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

Resellers

In this article

    The /resellers resource collection represents all resellers managed in Veeam Availability Console. The collection includes resources which represent individual reseller companies and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/resellers

    Collection Representation Resellers

    [

     {

       "id": 3,

       "name": "Gamma",

       "enabled": true,

       "tenantsUsage": 1,

       "tenants": 0,

       "workstationAgentsUsage": 2,

       "workstationAgentsNew": 20,

       "workstationAgents": 100,

       "serverAgentsUsage": 0,

       "serverAgentsNew": 5,

       "serverAgents": 30,

       "cloudBackupResourceUsage": 0,

       "cloudBackupResource": 107374182400,

       "cloudReplicationResourceUsage": 0,

       "cloudReplicationResource": 5,

       "vcdOrganizations": 0,

       "cloudReplicaType": "Native",

       "isUnlimitedTenants": true,

       "isUnlimitedWorkstationAgents": false,

       "isUnlimitedServerAgents": false,

       "_links": [

         {

           "rel": "describes",

           "method": "GET",

           "href": "https://vac.tech.local:1281/v2/resellers/3"

         }

       ]

     },

     {

       "id": 7,

       "name": "Zeta",

       "enabled": false,

       "tenantsUsage": 1,

       "tenants": 10,

       "workstationAgentsUsage": 0,

       "workstationAgentsNew": 0,

       "workstationAgents": 2,

       "serverAgentsUsage": 0,

       "serverAgentsNew": 0,

       "serverAgents": 2,

       "cloudBackupResourceUsage": 0,

       "cloudBackupResource": 429496729600,

       "cloudReplicationResourceUsage": 0,

       "cloudReplicationResource": 0,

       "vcdOrganizations": 0,

       "cloudReplicaType": "Not available",

       "isUnlimitedTenants": false,

       "isUnlimitedWorkstationAgents": false,

       "isUnlimitedServerAgents": false,

       "_links": [

         {

           "rel": "describes",

           "method": "GET",

           "href": "https://vac.tech.local:1281/v2/resellers/7"

         }

       ]

     },

    ]

    I want to report a typo

    There is a misspelling right here:

     

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