POST /api/v2/ipt HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeIPTransits
<Common Request Params>
Request:
{
"iptIds": ["1218415745478697618"]
}
Response:
{
"requestId": "TEC2801F6-9FB4-4DE2-8BCD-1C59655495C5",
"response": {
"requestId": "TEC2801F6-9FB4-4DE2-8BCD-1C59655495C5",
"totalCount": 1,
"dataSet": [
{
"iptId": "the-ipt-id",
"bfd": {
"bfdRxInterval": 100,
"bfdTxInterval": 100,
"bfdMultiplier": 10
},
"resourceGroupName": "Default Resource Group",
"dataCenter": {
"dcId": "822b9bd9-44f0-4279-a64d-568f5bc4a77b",
"cityName": "Amsterdam",
"areaName": "Europe",
"dcName": "Equinix AM3",
"latitude": 52.35501600,
"dcAddress": "Science Park 610, 1098 XH Amsterdam, Netherlands",
"countryName": "Netherlands",
"longitude": 4.96093800
},
"bandwidth": 50,
"iptStatus": "CREATING",
"iptDescription": "test_ipt_desc",
"privateConnectName": "PrivateConnect-Los Angeles-Amsterdam",
"deliveryType": "Manual",
"chargeType": "POSTPAID",
"peerPortName": "MIA1-10G",
"bgp": null,
"iptName": "MIA1-10G",
"peerPortId": "your-port-id",
"interconnect": {
"customerIpv4Address": null,
"vendorIpv4Address": null
},
"peerDataCenter": {
"dcId": "40eb37d8-0f65-4108-bd2c-a2577498f6eb",
"cityName": "Los Angeles",
"areaName": "North America",
"dcName": "Coresite LA2",
"latitude": 34.05829500,
"dcAddress": "900 Alameda St., Suite 200 Los Angeles, CA 90012",
"countryName": "United States",
"longitude": -118.23467300
},
"createTime": "2024-01-01T00:00:00Z",
"routingType": "Static",
"commitBandwidth": null,
"resourceGroupId": "5a4f6519-2977-47cb-b3fc-150fd2b4de71",
"internetType": "ByBandwidth",
"privateConnectId": "your-private-connect-id",
"publicIpv4Addresses": [
{
"netmask": 25,
"gatewayIpAddress": null,
"ipAddress": null
}
]
}
]
}
}