API Guide

/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"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(5)",
"Id": 5,
"Name": "Power",
"Description": "Power"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(6)",
"Id": 6,
"Name": "ProxySettings",
"Description": "Proxy Settings"
},
{
"@odata.type": "#ManagementDomainService.ConfigurationType",
"@odata.id": "/api/ManagementDomainService/ConfigurationTypes(7)",
"Id": 7,
"Name": "TimeSettings",
"Description": "Time Settings"
},
APIs specific to OpenManage Enterprise – Modular Edition
391