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

Get a vCD Network Extension Appliance

In this article

    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

    GET https://<Availability-Console>:1281/v2/tenants/{ID}/vcdResources/networkExtensionAppliance/{ID}

    Request Headers

    The request header must contain the authorization token for the current logon session.

    Response

    The server returns the following response to the client.

    Response Code

    A successfully completed operation returns response code 200 Success.

    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 Availability Console returns a representation of the /tenants/{ID}/vcdResources/networkExtensionAppliance/{ID} resource.

    Example Get a vCD Network Extension Appliance

    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"

     },

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.