API Guide

“Id”: 123, //Id from /api/ManagementDomainService/Domains
}
]
Example response
body
{
"JobId": 36126,
"Status": "SUCCESS"
}
Table 148. 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
HTTP response
codes
200
Example request
body
{
"GroupId": "671497bc-9d61-4067-afcd-48f9df5e8dd2"
}
Example response
body
{
"JobId": 13514,
"Status": "SUCCESS"
}
Table 149. Attributes
Attribute Description
GroupId Group ID of the lead domain.
JobId Job ID for the delete operation.
NOTE: Use the Job API to poll the status of the delete
JobId. After the job is complete, all the chassis domains
in the group transition to
STANDALONE
type.
Status Status of the delete operation. Possible values:
SUCCESS
FAILED
APIs specific to OpenManage Enterprise – Modular Edition 405