Here’s the content of the JSON file that creates an HCP tenant named Finance. The name of the file is FinanceTenant.json. For the username and password of the initial user account for this tenant, the sample application specifies lgreen and start123, respectively.
{ "name" : "Finance", "systemVisibleDescription" : "Created for the Finance department at Example Company by Robin Silver", "hardQuota" : "100.00 GB", "softQuota" : 90, "namespaceQuota" : "5", "authenticationTypes" : { "authenticationType" : ["EXTERNAL", "LOCAL"] }, "complianceConfigurationEnabled" : true, "versioningConfigurationEnabled" : true, "searchConfigurationEnabled" : true, "replicationConfigurationEnabled" : true, "tags" : { "tag" : [ "Example Company", "pdgrey" ] }, "servicePlanSelectionEnabled" : false, "servicePlan" : "Short-Term-Activity" }