API Guide

Table Of Contents
Brand
/api/ApplicationService/Actions/ApplicationService.BrandInfo
This URI represents the brand information.
POST method for BrandInfo
This method returns the brand information.
Description Returns the brand information.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"BrowserTitle": "globalNavigation.consoleBrowserTitle",
"ConsoleTitle": "globalNavigation.consoleTitle",
"ConsoleName": "consoleName",
"MastheadIconPath": "ci ci-chassis-config-core",
"LoginIconPath": "img/dell_halo_logo_160px.png",
"Copyright": "copyright",
"ProductName": "Dell Inc",
"ProductDescription": "Description about product",
"Manufacturer": "ManufacturerName",
"BrandName": "Dell",
"ManagementURI": "/management/uri/path",
"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
424 APIs specific to OpenManage Enterprise Modular Edition