Properties
The resources in the /resellers/{ID}/availableClients and /resellers/{ID}/managedClients collections have a number of properties that reflect settings of clients that are available to or managed by a reseller. Properties can be used for POST and DELETE requests and as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
tenantId | integer | System ID assigned to a reseller client in Veeam Availability Console RESTful API. |
tenantName | string | Company name of a reseller client. |
workstationAgentsCount | integer | Number of physical workstation machines managed by a reseller. |
serverAgentsCount | integer | Number of physical servers managed by a reseller. |
cloudBackupResourceUsage | integer | Cloud backup resources consumed by a reseller client, in bytes. |
cloudBackupResourceQuota | integer | Cloud backup resources available to a reseller client. |
hasCloudBackupResources | boolean | Indicates whether cloud backup resources are allocated to a reseller client. |
hasCloudReplicationResources | boolean | Indicates whether cloud replication resources are allocated to a reseller client. |
hasCloudVcdResources | boolean | Indicates whether vCloud Director resources are allocated to a reseller client. |
cloudConnectAgentUid | string | System ID assigned to a management agent that is installed on the backup server of a service provider. |
_links | array | Links to related resources (navigation property). |