API Guide

Table Of Contents
/api/ApplicationService/Actions/ApplicationService.ActivateBrand
This URI allows you to change the branding between the default brand or de-branded.
POST method for ActivateBrand
This method activates the default brand or keeps the environment de-branded.
Description Activate the default brand or keep it de-branded, based on the provided brand type. The following brand
types are supported:
DEFAULT
DEBRANDED
Privilege APPLIANCE_SETUP
HTTP response
codes
200
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",
286 APIs specific to OpenManage Enterprise - Modular Edition