Update Org
DescriptionUpdates an organization.
Request
URLURL
Path Parameters
Path Parameters
orgUrn
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
200 OK
{
"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.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Vendor Extensions
x-vcloud-event: com/vmware/vcloud/event/org/modify