[{"label":"Latest (v37.1)","version":"latest"},{"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

UiBranding

A branding object with the portal name, portal color, selected theme and custom URLs.


Properties

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.


selectedTheme Optional

A theme supported by vCloud Director.

JSON Example

{
	"customLinks": [
		{
			"menuItemType": "link"
		}
	],
	"portalName": "string"
}
[{"label":"Latest (v37.1)","version":"latest"},{"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
Parameter To

Put System Branding
Put Tenant Branding
Returned By

Get System Branding
Put System Branding
Get Tenant Branding
Put Tenant Branding

Feedback

Was this page helpful?