Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
1
Body
Pricing details for creating instances with version 2 interfaces.
The flavor of the instance.
"g1-standard-1-2"
Subnet IPs and floating IPs
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"
}
]
Response
OK
Billing response v2 preview schema for server instance.
Currency code (3-letter code per ISO 4217).
AZN
, EUR
, USD
"USD"
"EUR"
Actual discount as a relative value.
"10.50"
"5.00"
Prices per category charged per hour.
{
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10,
"ultra": 78
}
}
Prices per category charged per month.
{
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10,
"ultra": 78
}
}
Price status for the UI.
error
, hide
, show
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