API Guide
Table 144. Attributes
Attribute Description
JobId Job ID created for the operation.
Status Status of the operation.
NOTE: The Status is always displayed as SUCCESS. To
track the status, use the JobId.
/api/ManagementDomainService/Actions/
ManagementDomainService.Delete
POST method for ManagementDomainService.Delete
This method removes a specific member chassis domain from an MCM domain group.
This API is applicable only to LEAD domains.
Description Removes a member chassis domain from an MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
[
{
“Id”: 123, //Id from /api/ManagementDomainService/Domains
}
]
Example
response body
{
"JobId": 36126,
"Status": "SUCCESS"
}
Table 145. Attributes
Attribute Description
JobId Job ID created for the operation.
Status Status of the operation.
NOTE: The Status is always displayed as SUCCESS. To
track the status, use the JobId.
/api/ManagementDomainService/Actions/
ManagementDomainService.DeleteGroup
POST method for ManagementDomainService.DeleteGroup
This method deletes an MCM domain group.
Description
Deletes an MCM domain group.
Privilege APPLIANCE_SETUP
398 APIs specific to OpenManage Enterprise – Modular Edition