Preview billing price of the server instance
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
Pricing details for creating instances with version 2 interfaces.
The flavor of the instance.
"g1-standard-1-2"
Subnet IPs and floating IPs
Instance will be attached to default external network
{
"interface_name": "eth0",
"ip_family": "ipv4",
"type": "external"
}A list of instance name templates. Either this or names must be specified.
["my-instance-{ip_octets}"]A list of instance names. Either this or name_templates must be specified.
["my-instance-1"]A list of volumes to be created or used.
[
{
"image_id": "b5b4d65d-945f-4b98-ab6f-332319c724ef",
"size": 10,
"source": "image",
"type_name": "ssd_hiiops"
},
{
"size": 5,
"source": "new-volume",
"type_name": "standard"
}
]OK
Billing response v2 preview schema for server instance.
Currency code (3-letter code per ISO 4217).
AZN, EUR, USD "USD"
Discount details per resource.
Actual discount as a relative value.
"10.50"
Prices per category charged per hour.
{
"external_ip": 0.02,
"flavor": 0.8,
"floating_ip": 0.05,
"volumes": {
"cold": 0.1083,
"ssd_hiiops": 0.0278,
"standard": 0.0139
}
}Prices per category charged per month.
{
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10
}
}Price status for the UI.
error, hide, show "show"
"hide"
Total price VAT inclusive per month without discount.
Tax rate applied to the subtotal, represented as a percentage
0
17
12
Total price VAT inclusive per hour.
Total price VAT inclusive per month.
Pricing details per category charged per GB.
{ "egress_traffic_baremetal": 1.3 }Number of virtual machine instances being created.
1
10