Get a vCD Resource
You can get a representation of a vCloud Director resource with the specified ID of an Organization vDC allocated to a company.
Request
To get a representation of a specific vCloud Director resource, send the GET HTTPS request to the URL of the /tenants/{ID}/vcdResources/{dataCenterUid} resource.
HTTP Request
Request Headers
The request header must contain the authorization token.
Response
The server returns the following response to the client.
Response Code
A successfully completed operation returns response code 200 OK.
Response Headers
The response to this request contains the following headers. The response may also include additional standard HTTP headers.
Header | Description |
Content-length | The length of the response body. |
Content-type | The media type and syntax of the request body message: application/json; charset=utf-8 |
Response Body
In the response body, Veeam Service Provider Console returns a representation of the /tenants/{ID}/vcdResources/{dataCenterUid} resource.
Example
The following example returns a representation of a vCloud Director resource with Organization vDC ID f178f57a-a997-4245-8bfc-ef0902cd4f9a that is configured for a reseller with ID 1.
Request: GET https://localhost:1281/v2/tenants/1/vcdResources/f178f57a-a997-4245-8bfc-ef0902cd4f9a
Request Header: Authorization: Bearer <Access-Token>
Response Code: 200 Success
Response Body: { "dataCenterUid": "f178f57a-a997-4245-8bfc-ef0902cd4f9a", "isWanAccelerationEnabled": true, "wanAcceleratorUid": "e75db85f-1672-40bf-a693-f4c07d44baf9", "wanAcceleratorName": "Alpha_WAN" } |