API Guide

Table 136. Attributes (continued)
Attribute Description
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",
"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,
386 APIs specific to OpenManage Enterprise – Modular Edition