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

Reseller vCD Resources

The /resellers/{ID}/vcdResources resource collection represents a collection of all reseller vCloud Director resources in Veeam Service Provider Console. The collection includes resources which represent individual vCD resources and have system IDs.

Collection URL

https://<hostname>:1281/v2/resellers/{ID}/vcdResources

Collection Representation Reseller vCD Resources

[

 {

   "cloudConnectAgentUid": "3822cb8e-9dde-4248-b0af-44641d1f19bd",

   "id": 1,

   "organizationUid": "cb5ef608-9146-41df-a55d-e2f1887bb391",

   "organizationName": "Alpha_vCD",

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/resellers/1/vcdResources/1"

     },

     {

       "rel": "create",

       "method": "POST",

       "href": "https://vac:1281/v2/resellers/1/vcdResources"

     },

     {

       "rel": "delete",

       "method": "DELETE",

       "href": "https://vac:1281/v2/resellers/1/vcdResources/1"

     }

   ]

 },

 {

   "cloudConnectAgentUid": "3822cb8e-9dde-4248-b0af-44641d1f19bd",

   "id": 2,

   "organizationUid": "12a38d10-98d4-4a50-b38d-06d4372df650",

   "organizationName": "Beta_vCD",

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/resellers/1/vcdResources/2"

     },

     {

       "rel": "create",

       "method": "POST",

       "href": "https://vac:1281/v2/resellers/1/vcdResources"

     },

     {

       "rel": "delete",

       "method": "DELETE",

       "href": "https://vac:1281/v2/resellers/1/vcdResources/2"

     }

   ]

 }

]