Get Snapshot Price per Cycle
GET/backend/api/openstack/instances/:instance_id/get_snapshot_price_per_cycle
Host: https://core.ocplanet.cloud
Retrieve the price per cycle for creating a snapshot of the specified instance.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
estimated_cost_display stringrequired
estimated_cost_display_reseller nullrequired
{
"estimated_cost_display": "string"
}
{
"estimated_cost_display": "0.0018 EUR - €1.26 EUR",
"estimated_cost_display_reseller": null
}
Loading...