Volumes
Preview volume price
Preview the billing price of a volume's type and size.
post/cloud/v1/pricing/{project_id}/{region_id}/volumes
Path parameters
project_idinteger required
Project ID
Example:1
Project ID
region_idinteger required
Region ID
Example:1
Region ID
Request body
Example request
{
"size": 1000,
"source": "new-volume",
"type_name": "standard"
}Response
OK
Example response
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8,
"tax_percent": 17
}