API Guide
"Status": "SUCCESS"
}
Example request
body
Approving or rejecting multiple pending requests
[
{
"Id": 36197,
"Approval": true
},
{
"Id": 36198,
"Approval": false
}
]
Example
response body
Approving or rejecting multiple pending requests
{
"Status": "SUCCESS"
}
Table 147. Attributes
Attribute name Description
Id ID of the pending domain that requested to join the group.
Approval Indicates if the request is approved or rejected. Possible
values:
● true: Approved
● false: Rejected
Status Status of the operation.
/api/ManagementDomainService/Actions/
ManagementDomainService.AssignBackupLead
This API assigns a member chassis as the backup lead and displays an error if a backup exists.
POST method for assigning backup lead
This method assigns a member chassis in the chassis group as the backup lead.
Description
Assigns a member chassis as the backup lead.
Privilege APPLIANCE_SETUP
HTTP Response
Code
200
Example request
body
[{
"Id":25706
}]
Example
response body
{
"JobId": 25857
}
400 APIs specific to OpenManage Enterprise – Modular Edition