Get Org
Get specified organization.
orgUrn
orgUrn
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"
},
"canManageOrgs": false,
"canPublish": false,
"maskedEventTaskUsername": "string",
"directlyManagedOrgCount": 0
}
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 can manage other tenant orgs. This can be toggled to true to automatically perform the following steps:
- Publishes the Default Sub-Provider Entitlement Rights Bundle to the org
- Publishes the Sub-Provider Administrator global role (if it exists) to the org
- Creates a Default Rights Bundle in the org containing all publishable rights that are currently published to the org. Marks that Rights Bundle as publish all.
- Clones all default roles currently published to the org into Global Roles in the org. Marks them all publish all.
Whether the organization can publish catalogs externally.
Masked username as it appears in the tenant events/tasks. Requires "Organization Edit Username Mask".
The count of the orgs this org directly manages.