This is an archive version of the document. To get the most up-to-date information, see the current version.

Reseller Site Scopes

In this article

    The /resellers/{ID}/siteScopes resource collection represents all site scopes assigned to specific reseller in Veeam Availability Console. The collection includes resources which represent individual site scopes and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/resellers/{ID}/siteScopes

    Collection Representation Reseller Site Scopes

    [

     {

       "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"

         }

       ]

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.