API Guide

Table Of Contents
/api/ManagementDomainService/Actions/
ManagementDomainService.ReassignBackupLead
This URI unassigns the existing backup lead in the chassis group and assigns a member in the group as the new backup lead.
POST method for reassigning backup lead
This API unassigns the existing backup lead and assigns another member in the chassis group, as the backup lead.
Description Unassigns the existing backup lead in the group and assigns another member in the chassis group as the
backup lead.
Privilege APPLIANCE_SETUP
HTTP Response
Code
200
Example request
body
[{
"Id":25706
}]
Example
response body
{
"JobId": 25857
}
Table 156. Attributes
Attribute Description
Id Member chassis identifier on the lead.
JobId Job ID for the tracking the status of unassigning the backup
lead.
NOTE: You can use the API, /api/JobService/
Jobs(JobId) to poll the job status.
/api/ManagementDomainService/Actions/
ManagementDomainService.UnassignBackupLead
This URI unassigns the backup lead.
POST method for unassigning backup lead
This method unassigns the backup lead in the chassis group.
Description
Unassigns the backup lead.
Privilege APPLIANCE_SETUP
HTTP Response
Code
200
Example request
body
[{
"Id":25706
}]
APIs specific to OpenManage Enterprise Modular Edition 447