API Guide
HTTP response
codes
200
Example request
body
{
"GroupId": "671497bc-9d61-4067-afcd-48f9df5e8dd2"
}
Example
response body
{
"JobId": 13514,
"Status": "SUCCESS"
}
Table 146. 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
After the job is successful, use the JobId to poll the delete
group status. If the job fails, retry the job.
/api/ManagementDomainService/Actions/
ManagementDomainService.ApproveJoin
POST method for ManagementDomainService.ApproveJoin
If the group is created with manual onboarding policy, this method enables the lead domain administrator to approve or reject
pending requests that are made for joining a MCM domain group.
Description
Approves or rejects pending requests for joining a MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example request
body
Approving or rejecting one pending request
Input:
[
{
"Id": 15964,
"Approval":true
}
]
Example
response body
Approving or rejecting one pending request
{
APIs specific to OpenManage Enterprise – Modular Edition 399