API Guide
Table 154. Attributes (continued)
Attribute Description
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 155. 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.
410 APIs specific to OpenManage Enterprise – Modular Edition