API Guide

Example response
body
Adding one domain to an MCM group
{
"JobId": 14714,
"Status": "APPROVED"
}
Example request
body
Adding multiple domains to an MCM group
[
{
"GroupId": "be062037-30a5-4a8e-ae39-ee3bff4a8a29"
}
]
[
{
"GroupId": "91e0b654-9de4-4a62-b5b1-c0da11d81b70"
}
]
Example response
body
Adding multiple domains to an MCM group
{
"JobId": 36128,
"Status": "APPROVED"
}
Table 145. Attributes
Attribute Description
JobId Job ID created for the operation.
Status Status of the operation.
NOTE: The Status is always displayed as APPROVED. To
track the status of the job, use the JobID.
/api/ManagementDomainService/Actions/
ManagementDomainService.Join
POST method for ManagementDomainService.Join
This method allows a standalone chassis (OME–Modular) to join an MCM domain group.
Description
Allows a standalone chassis (OME–Modular) 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"
}
APIs specific to OpenManage Enterprise – Modular Edition 403