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
List active client DDoS protection profiles
GET
/
cloud
/
v1
/
ddos
/
profiles
/
{project_id}
/
{region_id}
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ddos/profiles/{project_id}/{region_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"fields": [
{
"base_field": 123,
"default": "<any>",
"description": "<string>",
"field_name": "<string>",
"field_type": "<string>",
"field_value": "<any>",
"id": 123,
"name": "<string>",
"required": true,
"validation_schema": "<any>",
"value": "<string>"
}
],
"id": 123,
"ip_address": "<string>",
"options": {
"active": true,
"bgp": true
},
"profile_template": {
"description": "description",
"fields": [
{
"default": null,
"description": "ARK server ports. Valid port values are in range 1000-65535",
"field_type": null,
"id": 11,
"name": "ARK Ports",
"required": true,
"validation_schema": {
"items": {
"maximum": 65535,
"minimum": 1000,
"type": "integer"
},
"minItems": 1,
"type": "array"
}
}
],
"id": 123,
"name": "ICMP port"
},
"protocols": [
{
"port": "<string>",
"protocols": [
{
"additionalProp1": "string"
}
]
}
],
"site": "<string>",
"status": {
"error_description": "",
"status": "<string>"
}
}
Authorizations
API key for authentication.
Response
200
application/json
List of active profiles
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/ddos/profiles/{project_id}/{region_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"fields": [
{
"base_field": 123,
"default": "<any>",
"description": "<string>",
"field_name": "<string>",
"field_type": "<string>",
"field_value": "<any>",
"id": 123,
"name": "<string>",
"required": true,
"validation_schema": "<any>",
"value": "<string>"
}
],
"id": 123,
"ip_address": "<string>",
"options": {
"active": true,
"bgp": true
},
"profile_template": {
"description": "description",
"fields": [
{
"default": null,
"description": "ARK server ports. Valid port values are in range 1000-65535",
"field_type": null,
"id": 11,
"name": "ARK Ports",
"required": true,
"validation_schema": {
"items": {
"maximum": 65535,
"minimum": 1000,
"type": "integer"
},
"minItems": 1,
"type": "array"
}
}
],
"id": 123,
"name": "ICMP port"
},
"protocols": [
{
"port": "<string>",
"protocols": [
{
"additionalProp1": "string"
}
]
}
],
"site": "<string>",
"status": {
"error_description": "",
"status": "<string>"
}
}
Assistant
Responses are generated using AI and may contain mistakes.