Get a vCD Network Extension Appliance
You can get a representation of a vCloud Director network extension appliance with the specified ID.
Request
To get a representation of a vCloud Director network extension appliance, send the GET HTTPS request to the URL of the /tenants/{ID}/vcdResources/networkExtensionAppliance/{ID} 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/networkExtensionAppliance/{ID} resource.
Example
The following request returns a vCloud Director network extension appliance with ID BackupTenantNetworkAppliance:694e3dad-087b-48e9-8186-21a0d5b152bd9ae079a2-73d8-433f-a5b2-9d7c91b91b1a configured for a company with ID 1.
Request: GET https://localhost:1281/v2/tenants/1/replicaResources/networkExtensionAppliance/BackupTenantNetworkAppliance:694e3dad-087b-48e9-8186-21a0d5b152bd9ae079a2-73d8-433f-a5b2-9d7c91b91b1a
Request Header: Authorization: Bearer <Access-Token>
Response Code: 200 Success
Response Body: { "dataCenterUid": "78a2a765-0cb5-4fb9-90ea-6f5da648e940", "dataCenterName": "Alpha_vDC", "id": "BackupTenantNetworkAppliance:694e3dad-087b-48e9-8186-21a0d5b152bd9ae079a2-73d8-433f-a5b2-9d7c91b91b1a", "name": "Alpha_NEA", "ipAddress": "172.16.2.25", "defaultGateway": "172.16.2.1", "dhcpEnabled": false, "subnetMask": "255.255.255.0" }, |