API Guide

Table Of Contents
"Enabled": true
}
]
},
"Actions": null,
"Domains@odata.navigationLink": "/api/ManagementDomainService/Domains",
"PendingDomains@odata.navigationLink": "/api/ManagementDomainService/
PendingDomains",
"DiscoveredDomains@odata.navigationLink": "/api/
ManagementDomainService/DiscoveredDomains",
"ConfigurationTypes@odata.navigationLink": "/api/
ManagementDomainService/ConfigurationTypes"
}
Table 120. Attributes
Attribute Description
GroupId Unique group ID across different domains.
DeviceGroupId Group configuration record ID.
GroupName Name of the group.
GroupDescription Description of the group.
JoinApproval Join approval
Automatic: Join requests from a standalone chassis are
automatically approved.
Manual: Join requests from a standalone chassis are
queued on the lead for administrator's approval.
Onboarding of the remote chassis does not get initiated
until approved.
ConfigReplication Configuration that is replicated when a new domain joins this
group.
ConfigType Configuration type.
Enabled Indicates if the configuration type is propagated to the
member domain.
PUT method for ManagementDomainService
This method creates a new Multi-Chassis Management (MCM) domain or updates an existing domain.
Description
Creates or updates an MCM domain.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example
Example for creating a group
Input:
{
"GroupName": "Example-Group",
"GroupDescription": "Example-Group",
"JoinApproval": "Automatic",
"ConfigReplication":
[
{
"ConfigType": "Power",
"Enabled": false
},
{
"ConfigType": "UserAuthentication",
288 APIs specific to OpenManage Enterprise - Modular Edition