API Guide
Table 129. Attributes(continued)
Attribute Description
• LEAD
• MEMBER
• STANDALONE
Version Version of OME - Modular.
/api/ManagementDomainService/ConfigurationTypes
This URI represents the configuration types supported on the management domain service.
GET method for ConfigurationTypes
This method returns the collection of configuration types supported on the management domain service. When creating a group, select
from these configuration types.
Description Returns the collection of supported configuration types.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context":
"$metadata#Collection(ManagementDomainService.ConfigurationType)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(1)",
"Id": 1,
"Name": "Power",
"Description": "Power"
},
{
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(2)",
"Id": 2,
"Name": "UserAuthentication",
"Description": "User Authentication"
}
]
}
Table 130. Attributes
Attribute Description
Id ID of the configuration.
Name Name of the configuration.
Description Description of the configuration.
APIs specific to OpenManage Enterprise - Modular Edition 301