API Guide
"SupportURI": "/support/uri/path",
"CompanyLogo": "img/Dell_EMC.png",
"ProductLogo": "img/Dell_EMC.png"
"Theme": "",
"LicenseInfo": "info/license.html",
"OpenSourceLicenseInfo": "info/OpenSourceLicenseInfo.txt"
}
/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 request
body
{
"BrandType":"DEBRANDED"
}
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
386 APIs specific to OpenManage Enterprise – Modular Edition