API for managing the attributes of a virtual data center (VDC).
| Resource | Description |
| PUT /object/vdcs/vdc/{vdcName} | Inserts attributes for the current VDC or a VDC to connect to |
| POST /object/vdcs/multivdc | Insert or update attributes for multiple VDCs. |
| POST /object/vdcs/vdc/{vdcId}/deactivate | Deactivate and deletes a VDC |
| POST /object/vdcs/vdc/{vdcId}/fail | Permanently fails a VDC without removing it from the system |
| GET /object/vdcs/vdc/{vdcName} | Gets the details for a VDC specified by name |
| GET /object/vdcs/vdcid/{vdcId} | Gets the details for a VDC specified by VDC Id |
| GET /object/vdcs/vdc/local | Gets the details for the local VDC |
| GET /object/vdcs/vdc/local/secretkey | Gets the details for the local VDC |
| GET /object/vdcs/vdc/list | Gets the details of all configured VDCs |