GET
/
cloud
/
v1
/
pricing
/
{region_id}
/
ddos
curl --request GET \
  --url https://api.gcore.com/cloud/v1/pricing/{region_id}/ddos \
  --header 'APIKey: <api-key>'
{
  "current_month_days": 31,
  "current_month_days_last": 26,
  "next_month_days": 30,
  "price": {
    "feature_name": "Advanced DDoS Protection Bare-metal Servers",
    "period": "day",
    "price_currency": "EUR",
    "price_per_30d": 60,
    "price_per_day": 2,
    "price_per_hour": 0.08333333333333333,
    "unit_name": "PC",
    "unit_size": 1
  }
}

Authorizations

APIKey
string
header
required

API key for authentication.

Path Parameters

region_id
integer
required

Region ID

Examples:

1

Response

200 - application/json

OK

The response is of type object.