API Guide
Table 142. Attributes (continued)
Attribute Description
Address IP address of the domain.
Name Name of the chassis.
Description Description.
Identifier Service Tag of the chassis.
DomainTypeId Information for internal programmatic use.
DomainTypeValue Information for internal programmatic use.
DomainRoleTypeId ID of the domain role. Possible value:
● 3000 — LEAD
● 3001 — MEMBER
● 3002 — STANDALONE
DomainRoleTypeValue Type of domain role. Possible values:
● 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
code
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(ManagementDomainService.ConfigurationType)",
"@odata.count": 9,
"value":[
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(1)",
"Id": 1,
"Name": "UserAuthentication",
"Description": "User Authentication"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(2)",
"Id": 2,
"Name": "NetworkServices",
"Description": "Network Services"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(3)",
432 APIs specific to OpenManage Enterprise – Modular Edition