Properties
The resources in the /vcd/organizations collection have a number of properties that reflect vCloud Director Organizations settings. Properties can be used as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
organizationUid | String | System ID assigned to a vCloud Director Organization in Veeam Cloud Connect. |
cloudConnectAgentUid | String | System ID assigned to a management agent that is installed on the service provider backup server. |
organizationName | String | Name of a vCloud Director Organization. |
vcdUid | String | System ID assigned to vCloud Director. |
vcdName | String | Name of vCloud Director. |
dataCenterCount | integer | Number of vDCs allocated to an Organization. |
_links | array | Links to related resources (navigation property). |
Data Centers
If there are vDCs allocated to a vCloud Director Organization the /vcd/organizations/{ID}/dataCenters sub-resource has the following properties:
Property | Type | Description |
---|---|---|
dataCenterUid | String | System ID assigned to a user backup resource in the Veeam Service Provider Console REST API. |
cloudConnectAgentUid | String | Name of a cloud repository configured for a user. |
name | String | Amount of storage space allocated to a user. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |