7.2

Table Of Contents
Adjusting System Settings
As a system administrator, you adjust logging and customize IaaS email templates. You can also manage
settings that appear as defaults for each tenant, such as email servers to handle notifications. Tenant
administrators can choose to override these defaults if their tenant requires different settings.
Modify the All Services Icon in the Service Catalog
You can modify the default icon in the service catalog to display a custom image. When you modify the
icon, it changes for all tenants. You cannot configure tenant-specific icons for the catalog.
Commands are provided for Linux or Mac and Windows so that you can run the cURL commands on any
of those operating systems.
Prerequisites
n
Convert the image to a base64 encoded string. You can use a conversion tool such as
www.dailycoding.com/UTILS/CONVERTER/IMAGETOBASE64.ASPX.
n
cURL must be installed on the machine where you run the commands.
n
You must have the credentials for a vRealize Automation user with the system administrator role.
Procedure
1 Set the VCAC variable in the terminal session for the cURL commands.
Operating System Command
Linux/Mac
export VCAC=<VA URL>
Windows
set VCAC=<VA URL>
2 Retrieve the authentication token for the system administrator user.
Operating System Command
Linux/Mac
curl https://$VCAC/identity/api/tokens --insecure -H "Accept:
application/json" -H 'Content-Type: application/json' --data
'{"username":"<Catalog Administrator
User>","password":"<password>","tenant":"vsphere.local"}'
Windows
curl https://%VCAC%/identity/api/tokens --insecure -H
"Accept:application/json" -H "Content-Type:application/json" --
data "{\"username\":\"<Catalog Administrator
User>\",\"password\":\"<password>\",\"tenant\":\"vsphere.local\"}
"
An authentication token is generated.
Managing vRealize Automation
VMware, Inc. 33