Skip to main content

Get a VXC

GET 
/networking/vxcs/:id

Retrieve details of a VXC

Request

Path Parameters

    id stringrequired

    The id of the VXC

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

Request samples


curl -L 'https://api.telnyx.com/networking/vxcs/:id' \
-H 'Accept: application/json'

Response samples


{
"data": {
"afi": "string",
"bandwidth_mbps": 0,
"bgp_asn": 0,
"cloud_account_id": "string",
"cloud_provider": "string",
"cloud_region": "string",
"network_id": "string",
"site_id": "string",
"user_id": "string",
"id": 0,
"notes": "string",
"primary_cid": "string",
"primary_link_id": "string",
"primary_bgp_key": "string",
"primary_cloud_ip": "string",
"primary_routing_announcement": true,
"primary_telnyx_ip": "string",
"primary_virtual_link_created": true,
"record_type": "string",
"secondary_link_id": "string",
"secondary_cid": "string",
"secondary_bgp_key": "string",
"secondary_cloud_account_id": "string",
"secondary_cloud_ip": "string",
"secondary_routing_announcement": true,
"secondary_telnyx_ip": "string",
"secondary_virtual_link_created": true,
"order_status": "string"
}
}