API Guide

Attribute Description
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)",
"Id": 3,
"Name": "AlertDestinations",
"Description": "Alert Destinations"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(4)",
"Id": 4,
"Name": "LocalAccessConfiguration",
"Description": "Local Access configuration"
},
376
APIs specific to OpenManage Enterprise - Modular Edition