描述,内容限制:1、长度限制100 2、支持汉字,大小写字母,数字 3、支持英文特殊字符:~!@#$%^&*()_-+=<>?:'{}
{
"clientToken": "",
"regionID": "nm8",
"endpointName": "test",
"cycleType": "on_demand",
"whitelistFlag": 1,
"endpointServiceID": "826a37c3-0b9f-4e37-bad2-6c8fa0ae9ecd",
"vpcID": "cd94e957-893f-5257-927e-aefdfa22af49",
"whitelist": [
"10.10.1.0/24"
],
"subnetID": "b0192cd3-dade-535e-afc9-d46ce8d55278"
}
curl --location --request POST '/v4/vpce/query-create-endpoint-price' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "",
"regionID": "nm8",
"endpointName": "test",
"cycleType": "on_demand",
"whitelistFlag": 1,
"endpointServiceID": "826a37c3-0b9f-4e37-bad2-6c8fa0ae9ecd",
"vpcID": "cd94e957-893f-5257-927e-aefdfa22af49",
"whitelist": [
"10.10.1.0/24"
],
"subnetID": "b0192cd3-dade-535e-afc9-d46ce8d55278"
}'
{
"statusCode": 800,
"errorCode": "SUCCESS",
"message": null,
"description": "SUCCESS X-Trace-ID-->aba9db2e742d49a0",
"returnObj": {
"totalPrice": 0,
"discountPrice": 0,
"finalPrice": 0,
"isSucceed": true,
"subOrderPrices": [
{
"serviceTag": "VPC_ENDPOINT",
"totalPrice": 0,
"finalPrice": 0,
"orderItemPrices": [
{
"resourceType": "VPC_ENDPOINT",
"totalPrice": 0,
"finalPrice": 0,
"itemId": "6fbd8f10-f458-46c9-be74-3cf678d29449"
}
]
}
]
}
}