Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- GETReturn DDoS Protection service access status
- GETList of available DDoS protection profile templates
- GETList active client DDoS protection profiles
- POSTCreate DDoS protection profile
- DELDelete DDoS protection profile
- PATCHUpdate DDoS protection profile
- POSTActivate or Deactivate DDoS protection profile
- GETCheck if the provided region is covered by the Advanced DDoS protection feature
- GETGet DDoS price
- GET
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
DDOS Protection
Get DDoS price
Get the DDoS protection price based on mitigation capacity.
GET
/
cloud
/
v1
/
pricing
/
{region_id}
/
ddos
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/pricing/{region_id}/ddos \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"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
API key for authentication.
Path Parameters
Region ID
Examples:
1
Response
200 - application/json
OK
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/pricing/{region_id}/ddos \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"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
}
}
Assistant
Responses are generated using AI and may contain mistakes.