7.3

Table Of Contents
Parameter Description
$tenantId Specifies the ID of the tenant.
$tenantURL Specifies the URL of the tenant.
$tenantName Specifies the name of the tenant.
$description Specifies a description of the tenant.
$emailAddress Specifies the contact email address for the tenant.
$password Optional password for the new tenant. If blank, no password is required.
JSON Input File Template
To simplify command line input, you can call a JSON file with input parameters from the command line.
You create the JSON file using a text editor, replacing italicized variables in the following template with
your specific values.
{
"@type" : "Tenant",
"id" : "$tenantId",
"urlName" : "$tenantURL",
"name" : "$tenantName",
"description" : "$description",
"contactEmail" : "$emailAddress",
"password": "$password",
"defaultTenant" : false
}
Output
The command output contains property names and values based on the command input parameters.
Programming Guide
VMware, Inc. 29