Create Org
DescriptionCreate a new organization
Request
URLURL
Request Body
{
"displayName": "string",
"name": "string"
}
Name of the organization.
Full display name of the organization.
Whether the organization can publish catalogs externally.
Description of the organization.
The number of disks in the org.
A unique identifier for the organization.
Whether the organization is enabled or not.
The number of catalogs in the org.
The number of VDCs in the org.
The number of running VMs in the org.
The number of users in the org.
The number of vApps in the org.
Authentication
Response
Response BodyResponse Body
201 Created
{
"canPublish": false,
"catalogCount": 0,
"description": "string",
"diskCount": 0,
"displayName": "string",
"id": "string",
"isEnabled": false,
"name": "string",
"orgVdcCount": 0,
"runningVMCount": 0,
"userCount": 0,
"vappCount": 0
}
Name of the organization.
Full display name of the organization.
Whether the organization can publish catalogs externally.
Description of the organization.
The number of disks in the org.
A unique identifier for the organization.
Whether the organization is enabled or not.
The number of catalogs in the org.
The number of VDCs in the org.
The number of running VMs in the org.
The number of users in the org.
The number of vApps in the org.