Get a Company Network Extension Appliance
You can get a representation of a network extension appliance with the specified ID.
Request
To get a representation of a network extension appliance, send the GET HTTPS request to the URL of the /tenants/{ID}/replicaResources/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}/replicaResources/networkExtensionAppliance/{ID} resource.
Example
The following request returns a network extension appliance with ID BackupTenantNetworkAppliance:bd96471c-70c6-4228-99a4-e55060ed07181332c8cc-c669-41a7-8d4d-a89a11c79083 configured for a company with ID 2.
Request: GET https://localhost:1281/v2/tenants/2/replicaResources/networkExtensionAppliance/BackupTenantNetworkAppliance:bd96471c-70c6-4228-99a4-e55060ed07181332c8cc-c669-41a7-8d4d-a89a11c79083
Request Header: Authorization: Bearer <Access-Token>
Response Code: 200 Success
Response Body: { "id": "BackupTenantNetworkAppliance:bd96471c-70c6-4228-99a4-e55060ed07181332c8cc-c669-41a7-8d4d-a89a11c79083", "name": "Network Extension Appliance Alpha_1(esx02)", "hardwarePlanId": "64716b59-fde7-42a1-976c-737e78a694de" "hostName": "esx02.tech.local", "externalNetworkName": "VM Network", "dhcpEnabled": false, "ipAddress": "172.17.53.100", "subnetMask": "255.255.0.0", "defaultGateway": "255.255.0.0", "_links": { "self": { "href": "https://vac.tech.local:1281/v2/tenants/2/networkextensionAppliance/BackupTenantNetworkAppliance%3abd96471c-70c6-4228-99a4-e55060ed07181332c8cc-c669-41a7-8d4d-a89a11c79083" } } } |