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

vCD Organizations

The /vcd/organizations resource collection represents a collection of all configured vCloud Director Organizations. The collection includes resources which represent individual Organizations and have system IDs.

Collection URL

https://<hostname>:1281/v2/vcd/organizations

Collection Representation vCD Organizations

[

 {

   "organizationUid": "13a9493c-252c-4b38-b291-a5454839d3b3",

   "cloudConnectAgentUid": "41ca2bb4-7269-4bc2-b049-6647157d2edb",

   "organizationName": "Organization1",

   "vcdUid": "4cef7e63-f3de-4cc8-bf98-46dc15c8a043",

   "vcdName": "VAC_vCD",

   "dataCenterCount": 1,

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/vcd/organizations/13a9493c-252c-4b38-b291-a5454839d3b3"

     },

     {

       "rel": "related",

       "method": "GET",

       "href": "https://vac:1281/v2/vcd/organizations/13a9493c-252c-4b38-b291-a5454839d3b3/dataCenters"

     }

   ]

 },

 {

   "organizationUid": "41dee6d4-cc59-4825-bd76-163c2708e967",

   "cloudConnectAgentUid": "41ca2bb4-7269-4bc2-b049-6647157d2edb",

   "organizationName": "Organization2",

   "vcdUid": "4cef7e63-f3de-4cc8-bf98-46dc15c8a043",

   "vcdName": "VAC_vCD",

   "dataCenterCount": 0,

   "_links": [

     {

       "rel": "self",

       "method": "GET",

       "href": "https://vac:1281/v2/vcd/organizations/41dee6d4-cc59-4825-bd76-163c2708e967"

     }

   ]

 }

]