API Guide

Table Of Contents
/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 159. 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.
FIPS mode settings
/api/ApplicationService/Security/SecurityConfiguration
This URI represents the security configuration.
GET method for SecurityConfiguration
This method returns the security configuration.
Description
Returns the security configuration.
Privilege VIEW
HTTP response
codes
200
APIs specific to OpenManage Enterprise Modular Edition 449