POST /api/v2/sdn HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: QueryDataCenterPortPrice
<Common Request Params>
Request:
{
"dcIds": [
"822b9bd9-44f0-4279-a64d-568f5bc4a77b",
"eab1caab-4970-4d34-9e79-c75ecd7eb1ee"
],
"portType": "10G",
"buildCrossConnectWithAssisted": true
}
Response:
{
"requestId": "TFAC9662F-EE4D-4CF5-A6D1-CA51AB0A8D54",
"response": {
"requestId": "TFAC9662F-EE4D-4CF5-A6D1-CA51AB0A8D54",
"prices": [
{
"crossConnectOneTimeConstructionPrice": null,
"dcId": "eab1caab-4970-4d34-9e79-c75ecd7eb1ee",
"price": {
"unitPrice": 0.750000,
"originalPrice": null,
"discountPrice": null,
"discount": 100,
"stepPrices": null,
"discountUnitPrice": 0.750000,
"chargeUnit": "DAY",
"amountUnit": null
},
"stock": 13,
"crossConnectPrice": null
},
{
"crossConnectOneTimeConstructionPrice": {
"unitPrice": 500.000000,
"originalPrice": null,
"discountPrice": null,
"discount": null,
"stepPrices": null,
"discountUnitPrice": 500.000000,
"chargeUnit": "MONTH",
"amountUnit": null
},
"dcId": "822b9bd9-44f0-4279-a64d-568f5bc4a77b",
"price": {
"unitPrice": 0.550000,
"originalPrice": null,
"discountPrice": null,
"discount": 100,
"stepPrices": null,
"discountUnitPrice": 0.550000,
"chargeUnit": "DAY",
"amountUnit": null
},
"stock": 11,
"crossConnectPrice": {
"unitPrice": 15.000000,
"originalPrice": null,
"discountPrice": null,
"discount": 100,
"stepPrices": null,
"discountUnitPrice": 15.000000,
"chargeUnit": "MONTH",
"amountUnit": null
}
}
]
}
}