[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get System Branding
DescriptionGet the system level branding information including the portal name, portal color, selected theme and custom URLs.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/cloudapi/branding
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
UiBranding
of type(s) application/json;version=37.2
{
"customLinks": [
{
"menuItemType": "link",
"name": "string",
"url": "string"
}
],
"portalColor": "string",
"portalName": "string",
"selectedTheme": {
"name": "string",
"themeType": "string"
}
}
array of
UiBrandingMenuItem
customLinks
Required
An ordered list of menu items which can be customized and used in the application. Can be defined as a link, override (well known links that can be overridden, Default values are About, Help, VMRC), section, separator(section without a name) of the drop down menu.
string
portalName
Required
string
portalColor
Optional
A custom color defined by the administrator and used to theme the site. The color should be in rgb hex color format such as “FFFFFF” all capitalized. Can be set to an empty string to use the selected theme’s default colors.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/branding
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 30.0
On This Page
Branding Operations
delete
delete
delete
delete
delete
get
get
get
get
put
put
put
put
delete