API Guide

Table Of Contents
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "$metadata#ManagementDomainService.ConfigurationType/
$entity",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(1)",
"Id": 1,
"Name": "Power",
"Description": "Power"
}
Table 144. Attributes
Attribute Description
Id ID of the configuration.
Name Name of the configuration.
Description Description of the configuration.
/api/ManagementDomainService/Domains
This URI represents the roles of the domains, details of the compatibility between the backup and lead chassis, and health of the
configuration data synchronization.
GET method for Domains
This method returns the role of this chassis domain, details of the backup-lead chassis compatibility, and health of the data
synchronization.
The chassis domain role is as follows:
Chassis domain part of MCM groupLEAD or MEMBER
Chassis domain not part of an MCM groupSTANDALONE
If you run this API on the LEAD, one domain representing each MEMBER in the group and one domain representing the LEAD is
returned. For example, a group with 10 chassis (1 Lead and 9 members) returns information for 10 domains.
If you run this API on a MEMBER, one domain representing the MEMBER (itself) and one domain representing the LEAD, and
another representing the BACKUP is returned.
If you run this API on a BACKUP, one domain representing the BACKUP (itself) and one domain representing LEAD is returned.
Description
Returns the role of this chassis domain.
Part of MCMLEAD or MEMBER
Not part of MCMSTANDALONE
Privilege VIEW
HTTP response
codes
200
Example request
body
N/A
Example
response body
Output Lead chassis:
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.Domain)",
"@odata.count": 3,
434 APIs specific to OpenManage Enterprise Modular Edition