API Guide

Example
Imput:
{
"BrandType":"DEBRANDED"
}
OR
{
"BrandType":"DEFAULT"
}
Output:
{
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 a MCM domain.
Description
Returns the role of the chassis in a MCM domain.
Privilege VIEW
HTTP response
codes
200
Example
Input:
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/ManagementDomainService/
APIs specific to OpenManage Enterprise - Modular Edition
295