API Guide

Table Of Contents
]
}
Table 123. Attributes
Attribute Description
Id ID of the configuration.
Name Name of the configuration.
Description Description of the configuration.
/api/ManagementDomainService/ConfigurationTypes(Id)
This URI represents a specific configuration type supported on the management domain service.
GET method for ConfigurationTypes(Id)
This method returns the details of a specific configuration type supported on the domain service.
Description Returns the details of a specific configuration type.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#ManagementDomainService.ConfigurationType/
$entity",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(1)",
"Id": 1,
"Name": "Power",
"Description": "Power"
}
Table 124. 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.
GET method for Domains
This method returns the role of this chassis domain.
The chassis domain role is as follows:
Chassis domain part of MCM group LEAD or MEMBER
Chassis domain not part of a MCM group STANDALONE
APIs specific to OpenManage Enterprise - Modular Edition
293