Reference Guide

Table Of Contents
Example
response body
{
"JobId": 25857
}
Table 159. 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 160. Attributes
Attribute Description
BackupChassisId Domain ID of the backup chassis on the lead.
PostRetirementRoleType Input from the user on the type of role for the lead chassis to
be retired. The options available are:
Standalone
Member
JobID ID of the job for tracking the status of the "Retire Lead" task.
454 APIs specific to OpenManage Enterprise Modular Edition