API Guide

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
Example request
body
{
"RollbackOnRecoverableError" : true,
"PurgeLeadReferences" : false
}
Example response
body
{
"JobId": 25857
}
Table 154. Attributes
Attribute Description
RollbackOnRecoverableError If this flag is passed as true, rollback is performed during promote
failure and in a recoverable situation.
PurgeLeadReferences If this flag is passed as true, all old lead references are purged on
new lead during the promote process.
APIs specific to OpenManage Enterprise – Modular Edition 409