[{"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
Get Tenant Branding
DescriptionGet org-specific branding information including the portal name, portal color, selected theme and custom URLs. If no org branding has been specified, retrieve the default system branding.
Request
URLURL
https://{api_host}/cloudapi/branding/tenant/{org}
Path Parameters
Path Parameters
string
org
Required
Organization for whom branding is being set
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
UiBranding
of type(s) application/json;version=36.3
{
"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/tenant/{org}
[{"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
Availability
Added in 32.0
Branding Operations
delete
delete
delete
delete
delete
get
get
get
get
put
put
put
put
delete