API Guide

/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 151. 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.
/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
}
APIs specific to OpenManage Enterprise – Modular Edition 405