API Guide

Table Of Contents
"@odata.id": "/api/ManagementDomainService/
GetSyncFailureAlertTimeoutValues"
}
}
Table 140. 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": "group name",
"GroupDescription": "group description",
"JoinApproval": "Manual/Automatic",
"ConfigReplication": [
{
"ConfigType": "UserAuthentication",
"Enabled": true
},
{
"ConfigType": "NetworkServices",
"Enabled": true
},
{
"ConfigType": "AlertDestinations",
"Enabled": false
},
{
"ConfigType": "LocalAccessConfiguration",
APIs specific to OpenManage Enterprise Modular Edition 427