API Guide
"Status": "Success"
}
Example request
body
Request for editing a group
{
"GroupId": "91e0b654-9de4-4a62-b5b1-c0da11d81b70", --Mandatory
"DeviceGroupId": 31436, --Optional
"GroupName": "Example-Group", -Mandatory
"GroupDescription": "Example-Group", Optional
"JoinApproval": "Automatic", -Mandatory
"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
},
{
"ConfigType": "LocalAccessConfiguration",
"Enabled": false
}
]
}
Example response
body
Request for editing a group
{
"JobId": 36181,
"Status": "SUCCESS"
}
Example request
body
Request for configuring static IPv4 on the lead chassis
{
"GroupName": "256",
"GroupDescription": "",
"JoinApproval": "Manual",
"ConfigReplication": [
{
"ConfigType": "UserAuthentication",
"Enabled": false
},
{
"ConfigType": "NetworkServices",
"Enabled": false
APIs specific to OpenManage Enterprise – Modular Edition 387