Reseller Clients
The following resource collections represent companies that are managed by a specific reseller:
- The /reseller/{ID}/availableClients resource collection represents companies that are available for management to a reseller.
- The /reseller/{ID}/managedClients resource collection represents companies that are managed by a reseller.
Collection URL
The /reseller/{ID}/availableClients resource collection is located at the following URL:
https://<Availability-Console>:1281/v2/reseller/{ID}/availableClients |
The /reseller/{ID}/managedClients resource collection is located at the following URL:
https://<Availability-Console>:1281/v2/reseller/{ID}/managedClients |
Collection Representation
[ { "tenantId": 3, "tenantName": "Gamma", "workstationAgentsCount": 10, "serverAgentsCount": 10, "cloudBackupResourceUsage": 20000, "cloudBackupResourceQuota": 20000, "hasCloudBackupResources": true, "hasCloudReplicationResources": true, "hasCloudVcdResources": false, "cloudConnectAgentUid": "d68b878a-0633-4dfa-a94d-82d35dda936d", "_links": [ { "rel": "describes", "method": "", "href": "https://vac:1281/v2/tenants/3" } ] }, { "tenantId": 4, "tenantName": "Sigma", "workstationAgentsCount": 5, "serverAgentsCount": 5, "cloudBackupResourceUsage": 10000, "cloudBackupResourceQuota": 10000, "hasCloudBackupResources": true, "hasCloudReplicationResources": false, "hasCloudVcdResources": false, "cloudConnectAgentUid": "d68b878a-0633-4dfa-a94d-82d35dda936d", "_links": [ { "rel": "describes", "method": "", "href": "https://vac:1281/v2/tenants/4" } ] } ] |