API Guide

Example request
body
{
"RollbackOnRecoverableError" : true,
"PurgeLeadReferences" : false
}
Example response
body
{
"JobId": 25857
}
Table 151. 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.
/api/ManagementDomainService/Actions/
ManagementDomainService.RetireLead
This URI retires the lead chassis and makes it a stand-alone chassis or a member of the chassis group.
POST method for retiring lead chassis
This method retires the lead chassis and makes it a stand-alone chassis or a member of the chassis group. The backup lead is promoted as
the lead chassis.
Description
Retires the lead chassis.
Privilege APPLIANCE_SETUP
HTTP response
code
200
Example request
body
{
"BackupChassisId": 21304
"PostRetirementRoleType": Standalone
}
Example response
body
{
"JobId": 25857
}
Table 152. Attributes
Attribute Description
BackupChassisId Domain ID of the backup chassis on the lead.
390 APIs specific to OpenManage Enterprise - Modular Edition