DescribeDataCenterPortPrice
DescribeDataCenterPortPrice
1. API Description
2. Input Parameters
Parameter Name
Required
Type
Description
3. Output Parameters
Parameter Name
Type
Description
4. Code Example
POST /api/v2/sdn HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeDataCenterPortType
<Common Request Params>
Request: {
"dcId": "SIN1"
}
Response: {
"requestId": "TEEFDCA5B-76FB-4E91-A18E-DF7F5D2CE41F",
"response": {
"requestId": "TEEFDCA5B-76FB-4E91-A18E-DF7F5D2CE41F",
"portTypeSet": [{
"portType":"1G",
"dcId":"SIN1",
"portDailyPrice":0.0,
"portMonthlyPrice":0.0
}, {
"portType":"10G",
"dcId":"SIN1",
"portDailyPrice":0.0,
"portMonthlyPrice":0.0
}, , {
"portType":"40G",
"dcId":"SIN1",
"portDailyPrice":0.0,
"portMonthlyPrice":0.0
}]
}
}5. Developer Resources
6. Error Codes
Last updated