Get Floating IP Price
GET/backend/api/openstack/floatingips/get_price
Host: https://core.ocplanet.cloud
Retrieve the price for creating a new floating IP by region.
Request
Query Parameters
region stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
estimated_cost_display stringrequired
{
"estimated_cost_display": "string"
}
{
"estimated_cost_display": "ESTIMATED COST<br>\n€0.0042 / hour<br>\nor €3.00 / month"
}
Loading...