Reseller Site Scopes
The /resellers/{ID}/siteScopes resource collection represents all site scopes assigned to specific reseller in Veeam Service Provider Console. The collection includes resources which represent individual site scopes and have system IDs.
Collection URL
Collection Representation
[ { "cloudConnectAgentUid": "d68b878a-0633-4dfa-a94d-82d35dda936d", "tenantQuota": 0, "tenantQuotaIsUnlimited": true, "siteName": "Beta", "_links": [ { "rel": "self", "method": "GET", "href": "https://vac.tech.local:1281/v2/resellers/2/siteScopes/d68b878a-0633-4dfa-a94d-82d35dda936d" } ] }, { "cloudConnectAgentUid": "a4c4b86d-ef50-468c-be51-01f1e0e1c306", "tenantQuota": 0, "tenantQuotaIsUnlimited": true, "siteName": "Gamma", "_links": [ { "rel": "self", "method": "GET", "href": "https://vac.tech.local:1281/v2/resellers/2/siteScopes/a4c4b86d-ef50-468c-be51-01f1e0e1c306" } ] } ] |