API Guide

Table 119. Attributes(continued)
Attribute Description
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",
"Enabled": true
},
{
"ConfigType": "AlertDestinations",
"Enabled": false
},
{
"ConfigType": "TimeSettings",
"Enabled": false
},
{
"ConfigType": "ProxySettings",
"Enabled": false
},
{
"ConfigType": "SecuritySettings",
"Enabled": false
},
{
"ConfigType": "NetworkServices",
"Enabled": false
},
APIs specific to OpenManage Enterprise - Modular Edition
281