API Guide
Table 152. 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
}]
Example response
body
{
"JobId": 25857
}
Table 153. Attributes
Attribute Description
Id Member chassis identifier on the lead.
JobId Job ID for tracking the status of the task of unassigning the
backup lead.
/api/ManagementDomainService/Actions/
ManagementDomainService.PromoteBackupLead
This URI promotes the backup lead chassis as the lead chassis of the group. If the current lead is active when you run this API, a message
is displayed prompting you to perform the retire process.
POST method for promoting backup lead
This method promotes the backup lead as the lead chassis of the chassis group.
Description
Promotes the backup lead as the lead chassis of the chassis group.
Privilege APPLIANCE_SETUP
HTTP Response
Code
200
406 APIs specific to OpenManage Enterprise – Modular Edition