API Guide

OR
{
"BrandType":"DEFAULT"
}
Example
response body
{
200 OK
}
Multichassis management
/api/ManagementDomainService
This method represents the role of the chassis in a Multi-Chassis Management (MCM)domain.
GET method for ManagementDomainService
This method returns the role of the chassis in an MCM domain.
Description
Returns the role of the chassis in an MCM domain.
Privilege VIEW
HTTP response
codes
200
Example
response body
Output Standalone chassis:
{
"@odata.context": "/api/
$metadata#ManagementDomainService.ManagementDomainService",
"@odata.type": "#ManagementDomainService.ManagementDomainService",
"@odata.id": "/api/ManagementDomainService",
"GroupConfiguration": null,
"Actions": null,
"Domains@odata.navigationLink": "/api/ManagementDomainService/Domains",
"PendingDomains@odata.navigationLink": "/api/ManagementDomainService/
PendingDomains",
"DiscoveredDomains@odata.navigationLink": "/api/
ManagementDomainService/DiscoveredDomains",
"ConfigurationTypes@odata.navigationLink": "/api/
ManagementDomainService/ConfigurationTypes"
}
Output Member chassis:
{
"@odata.context": "/api/
$metadata#ManagementDomainService.ManagementDomainService",
"@odata.type": "#ManagementDomainService.ManagementDomainService",
"@odata.id": "/api/ManagementDomainService",
"GroupConfiguration": null,
"Actions": null,
"Domains@odata.navigationLink": "/api/ManagementDomainService/
Domains",
"PendingDomains@odata.navigationLink": "/api/ManagementDomainService/
PendingDomains",
"DiscoveredDomains@odata.navigationLink": "/api/
ManagementDomainService/DiscoveredDomains",
"ConfigurationTypes@odata.navigationLink": "/api/
APIs specific to OpenManage Enterprise Modular Edition
425