API Guide
"ConfigurationTypes@odata.navigationLink": "/api/ManagementDomainService/
ConfigurationTypes"
}
Table 133. 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.
OpaquePLId Tracks the lead promotion cycle. The attribute gets incremented by
10 on each promotion.
PUT method for ManagementDomainService
This method creates a 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 request
body
Request for creating a group
{
"GroupName": "Example-Group",
"GroupDescription": "Example-Group",
"JoinApproval": "Automatic",
"ConfigReplication":
[
{
"ConfigType": "Power",
"Enabled": false
},
{
"ConfigType": "UserAuthentication",
"Enabled": true
},
{
"ConfigType": "AlertDestinations",
"Enabled": false
},
{
"ConfigType": "TimeSettings",
"Enabled": false
APIs specific to OpenManage Enterprise - Modular Edition 371