Update Org
Updates an organization.
orgUrn
orgUrn
{
"id": "string",
"name": "string",
"displayName": "string",
"description": "string",
"isEnabled": false,
"orgVdcCount": 0,
"catalogCount": 0,
"vappCount": 0,
"runningVMCount": 0,
"userCount": 0,
"diskCount": 0,
"managedBy": {
"name": "string",
"id": "string"
},
"managesOrgs": false,
"canPublish": false
}
A unique identifier for the organization.
Name of the organization.
Full display name of the organization.
Description of the organization.
Whether the organization is enabled or not.
The number of VDCs in the org.
The number of catalogs in the org.
The number of vApps in the org.
The number of running VMs in the org.
The number of users in the org.
The number of disks in the org.
Whether or not this org manages other tenant orgs.
Whether the organization can publish catalogs externally.
OK
{
"id": "string",
"name": "string",
"displayName": "string",
"description": "string",
"isEnabled": false,
"orgVdcCount": 0,
"catalogCount": 0,
"vappCount": 0,
"runningVMCount": 0,
"userCount": 0,
"diskCount": 0,
"managedBy": {
"name": "string",
"id": "string"
},
"managesOrgs": false,
"canPublish": false
}
A unique identifier for the organization.
Name of the organization.
Full display name of the organization.
Description of the organization.
Whether the organization is enabled or not.
The number of VDCs in the org.
The number of catalogs in the org.
The number of vApps in the org.
The number of running VMs in the org.
The number of users in the org.
The number of disks in the org.
Whether or not this org manages other tenant orgs.
Whether the organization can publish catalogs externally.
The request have been accepted and the task to monitor the request is in the Location header.