API Guide

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",
"Enabled": false
},
{
"ConfigType": "Power",
"Enabled": false
},
{
"ConfigType": "ProxySettings",
"Enabled": false
},
{
"ConfigType": "TimeSettings",
"Enabled": false
},
{
"ConfigType": "SecuritySettings",
"Enabled": false
},
{
"ConfigType": "SessionConfiguration",
"Enabled": false
}
],
"SyncFailureAlertTimeout": 30
}
Example response
body
Request for creating a group
{
"JobId": 36183,
"Status": "Success"
}
Example request
body
Request for editing a group
{
"GroupId": "91e0b654-9de4-4a62-b5b1-c0da11d81b70", --Mandatory
"DeviceGroupId": 31436, --Optional
APIs specific to OpenManage Enterprise – Modular Edition 389