API Guide

/api/ManagementDomainService/Actions/
ManagementDomainService.Join
POST method for ManagementDomainService.Join
This method allows a standalone chassis (OMEModular) to join an MCM domain group.
Description Allows a standalone chassis (OMEModular) to join an MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
{
"GroupId": "671497bc-9d61-4067-afcd-48f9df5e8dd2"
}
Example
response body
{
"JobId": 12764,
"Status": "PENDING"
}
Table 143. Attributes
Attribute Description
GroupId Group ID of the lead domain.
JobId Job ID for tracking the status of the join operation.
Status Status of the join request.
/api/ManagementDomainService/Actions/
ManagementDomainService.Leave
POST method for ManagementDomainService.Leave
This method enables a member chassis domain to leave an MCM domain group.
This API is applicable only to member chassis domains.
Description
Enables a member chassis domain to leave an MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example
response body
{
"JobId": 13664,
"Status": "SUCCESS"
}
APIs specific to OpenManage Enterprise Modular Edition 397