API Guide

Table Of Contents
Example
response body
{
"JobId": 25857
}
Table 157. 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 158. 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.
JobId Job ID for tracking the status of the unassign backup lead
operation.
NOTE: You can use the API, /api/JobService/
Jobs(JobId) to poll the job status.
448 APIs specific to OpenManage Enterprise Modular Edition