API Guide

Attribute Description
1001 - Join approval is pending with the lead domain.
1002 - Join request is approved by the lead.
1004 - Onboarding is in progress.
1006 - Request is initiated to delete the member domain.
1007 - Request is in progress to delete the member domain.
1012 - Request to join group is initiated from the stand-alone
chassis.
1013 - This onboard state is displayed only on stand-alone
chassis when the lead approves the pending join request and
initiates the onboarding.
Address IP address of the onboarding chassis.
Name Name of the onboarding chassis.
Description Description of the onboarding chassis.
Identifier Service tag of the onboarding chassis.
Domain type Information for internal programmatic use.
Version Version of OME - Modular of the onboarding chassis.
/api/ManagementDomainService/Actions/
ManagementDomainService.Domains
POST method for ManagementDomainService.Domains
This method adds a chassis domain to the MCM domain group.
This API is applicable only to a LEAD domain. If you run this API on other types of domains, the HTTP response 400 is returned.
Description
Adds a chassis domain to the MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example To get the GroupID of the domain, use the /ManagementDomainService/DiscoveredDomains API.
Adding one domain to an MCM group
[
{
"GroupId": "3ec57902-d92f-4cf3-a9af-1587c300bb21"
}
]
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"
}
]
APIs specific to OpenManage Enterprise - Modular Edition 383