{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"expectedRenewDay": 0,
"period": 0,
"priceUnit": "string",
"regionId": "string",
"resourceId": "string",
"resourceType": "string"
}
}
curl --location --request POST 'http://localhost:8080/api/v1/billing/aliyun/describe-renewal-price' \
--header 'Content-Type: application/json' \
--data-raw '{
"cloudCredentialInfo": {
"accessKey": "string",
"accountId": "string",
"hypervisor": "string",
"provider": "Aliyun",
"secretKey": "string",
"url": "string"
},
"data": {
"expectedRenewDay": 0,
"period": 0,
"priceUnit": "string",
"regionId": "string",
"resourceId": "string",
"resourceType": "string"
}
}'
{
"content": {
"price": {
"currency": "string",
"detailInfos": {
"detailInfo": [
{
"discountPrice": 0,
"originalPrice": 0,
"resource": "string",
"tradePrice": 0
}
]
},
"discountPrice": 0,
"originalPrice": 0,
"reservedInstanceHourPrice": 0,
"tradePrice": 0
},
"rules": {
"rule": [
{
"description": "string",
"ruleId": 0
}
]
}
},
"errorCode": "string",
"errorMsg": "string",
"msg": "string",
"success": true
}