API Guide

Table Of Contents
"Status": "SUCCESS"
}
Table 154. 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
}
Table 155. Attributes
Attribute Description
Id Member chassis identifier on the lead.
JobId Job ID for tracking the status of unassigning the backup lead.
NOTE: Use the API, /api/JobService/
Jobs(JobId) to poll the status of the assign JobId.
446 APIs specific to OpenManage Enterprise Modular Edition