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
- GETGet CaaS flavors
- GETList api keys
- POSTCreate api key
- GETGet api key
- DELDelete api key
- PATCHChange api key
- GETList pull secrets
- POSTCreate pull secret
- GETGet pull secret
- DELDelete pull secret
- PATCHChange pull secret
- POSTCheck quota for container creation
- GETList containers
- POSTCreate container
- GETGet container
- DELDelete container
- PATCHChange container
- GETGet container logs
- POSTPreview container price
- POSTCheck the quota required to create a registry
- GET
- Cost Reports
- DDOS Protection
- 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
Container as a Service
Check quota for container creation
Check if regional quota is exceeded, if yes the number of additional quotas needed to create the specified cluster will be calculated
POST
/
cloud
/
v1
/
caas
/
{project_id}
/
{region_id}
/
check_limits
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/caas/{project_id}/{region_id}/check_limits \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "250mCPU-512MiB",
"max_replicas": 13
}'
Copy
Ask AI
{
"baremetal_basic_count_requested": 1,
"baremetal_gpu_a100_count_requested": 1,
"baremetal_gpu_count_requested": 1,
"baremetal_gpu_h100_count_requested": 1,
"baremetal_gpu_l40s_count_requested": 1,
"baremetal_hf_count_requested": 1,
"baremetal_infrastructure_count_requested": 1,
"baremetal_network_count_requested": 1,
"baremetal_storage_count_requested": 1,
"caas_container_count_requested": 1,
"caas_cpu_count_requested": 1,
"caas_gpu_count_requested": 1,
"caas_ram_size_requested": 1,
"cluster_count_requested": 1,
"cpu_count_requested": 1,
"dbaas_postgres_cluster_count_requested": 1,
"external_ip_count_requested": 1,
"faas_cpu_count_requested": 1,
"faas_function_count_requested": 1,
"faas_namespace_count_requested": 1,
"faas_ram_size_requested": 1,
"firewall_count_requested": 1,
"floating_count_requested": 1,
"gpu_count_requested": 1,
"gpu_virtual_a100_count_requested": 1,
"gpu_virtual_h100_count_requested": 1,
"gpu_virtual_l40s_count_requested": 1,
"image_count_requested": 1,
"image_size_requested": 1,
"ipu_count_requested": 1,
"laas_topic_count_requested": 1,
"loadbalancer_count_requested": 1,
"network_count_requested": 1,
"ram_requested": 1,
"registry_count_requested": 1,
"registry_storage_requested": 1,
"router_count_requested": 1,
"secret_count_requested": 1,
"servergroup_count_requested": 1,
"sfs_count_requested": 1,
"sfs_size_requested": 1,
"shared_vm_count_requested": 1,
"snapshot_schedule_count_requested": 1,
"subnet_count_requested": 1,
"vm_count_requested": 1,
"volume_count_requested": 1,
"volume_size_requested": 1,
"volume_snapshots_count_requested": 1,
"volume_snapshots_size_requested": 1,
"baremetal_basic_count_limit": 0,
"baremetal_basic_count_usage": 0,
"baremetal_gpu_a100_count_limit": 0,
"baremetal_gpu_a100_count_usage": 0,
"baremetal_gpu_count_limit": 0,
"baremetal_gpu_count_usage": 0,
"baremetal_gpu_h100_count_limit": 0,
"baremetal_gpu_h100_count_usage": 0,
"baremetal_gpu_l40s_count_limit": 0,
"baremetal_gpu_l40s_count_usage": 0,
"baremetal_hf_count_limit": 0,
"baremetal_hf_count_usage": 0,
"baremetal_infrastructure_count_limit": 0,
"baremetal_infrastructure_count_usage": 0,
"baremetal_network_count_limit": 0,
"baremetal_network_count_usage": 0,
"baremetal_storage_count_limit": 0,
"baremetal_storage_count_usage": 0,
"caas_container_count_limit": 0,
"caas_container_count_usage": 0,
"caas_cpu_count_limit": 0,
"caas_cpu_count_usage": 0,
"caas_gpu_count_limit": 0,
"caas_gpu_count_usage": 0,
"caas_ram_size_limit": 0,
"caas_ram_size_usage": 0,
"cluster_count_limit": 0,
"cluster_count_usage": 0,
"cpu_count_limit": 0,
"cpu_count_usage": 0,
"dbaas_postgres_cluster_count_limit": 0,
"dbaas_postgres_cluster_count_usage": 0,
"external_ip_count_limit": 0,
"external_ip_count_usage": 0,
"faas_cpu_count_limit": 0,
"faas_cpu_count_usage": 0,
"faas_function_count_limit": 0,
"faas_function_count_usage": 0,
"faas_namespace_count_limit": 0,
"faas_namespace_count_usage": 0,
"faas_ram_size_limit": 0,
"faas_ram_size_usage": 0,
"firewall_count_limit": 0,
"firewall_count_usage": 0,
"floating_count_limit": 0,
"floating_count_usage": 0,
"gpu_count_limit": 0,
"gpu_count_usage": 0,
"gpu_virtual_a100_count_limit": 0,
"gpu_virtual_a100_count_usage": 0,
"gpu_virtual_h100_count_limit": 0,
"gpu_virtual_h100_count_usage": 0,
"gpu_virtual_l40s_count_limit": 0,
"gpu_virtual_l40s_count_usage": 0,
"image_count_limit": 0,
"image_count_usage": 0,
"image_size_limit": 0,
"image_size_usage": 0,
"ipu_count_limit": 0,
"ipu_count_usage": 0,
"laas_topic_count_limit": 0,
"laas_topic_count_usage": 0,
"loadbalancer_count_limit": 0,
"loadbalancer_count_usage": 0,
"network_count_limit": 0,
"network_count_usage": 0,
"ram_limit": 0,
"ram_usage": 0,
"registry_count_limit": 0,
"registry_count_usage": 0,
"registry_storage_limit": 0,
"registry_storage_usage": 0,
"router_count_limit": 0,
"router_count_usage": 0,
"secret_count_limit": 0,
"secret_count_usage": 0,
"servergroup_count_limit": 0,
"servergroup_count_usage": 0,
"sfs_count_limit": 0,
"sfs_count_usage": 0,
"sfs_size_limit": 0,
"sfs_size_usage": 0,
"shared_vm_count_limit": 0,
"shared_vm_count_usage": 0,
"snapshot_schedule_count_limit": 0,
"snapshot_schedule_count_usage": 0,
"subnet_count_limit": 0,
"subnet_count_usage": 0,
"vm_count_limit": 0,
"vm_count_usage": 0,
"volume_count_limit": 0,
"volume_count_usage": 0,
"volume_size_limit": 0,
"volume_size_usage": 0,
"volume_snapshots_count_limit": 0,
"volume_snapshots_count_usage": 0,
"volume_snapshots_size_limit": 0,
"volume_snapshots_size_usage": 0
}
Authorizations
API key for authentication.
Body
application/json
Response
200
application/json
Dict of exceeding quotas
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/caas/{project_id}/{region_id}/check_limits \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "250mCPU-512MiB",
"max_replicas": 13
}'
Copy
Ask AI
{
"baremetal_basic_count_requested": 1,
"baremetal_gpu_a100_count_requested": 1,
"baremetal_gpu_count_requested": 1,
"baremetal_gpu_h100_count_requested": 1,
"baremetal_gpu_l40s_count_requested": 1,
"baremetal_hf_count_requested": 1,
"baremetal_infrastructure_count_requested": 1,
"baremetal_network_count_requested": 1,
"baremetal_storage_count_requested": 1,
"caas_container_count_requested": 1,
"caas_cpu_count_requested": 1,
"caas_gpu_count_requested": 1,
"caas_ram_size_requested": 1,
"cluster_count_requested": 1,
"cpu_count_requested": 1,
"dbaas_postgres_cluster_count_requested": 1,
"external_ip_count_requested": 1,
"faas_cpu_count_requested": 1,
"faas_function_count_requested": 1,
"faas_namespace_count_requested": 1,
"faas_ram_size_requested": 1,
"firewall_count_requested": 1,
"floating_count_requested": 1,
"gpu_count_requested": 1,
"gpu_virtual_a100_count_requested": 1,
"gpu_virtual_h100_count_requested": 1,
"gpu_virtual_l40s_count_requested": 1,
"image_count_requested": 1,
"image_size_requested": 1,
"ipu_count_requested": 1,
"laas_topic_count_requested": 1,
"loadbalancer_count_requested": 1,
"network_count_requested": 1,
"ram_requested": 1,
"registry_count_requested": 1,
"registry_storage_requested": 1,
"router_count_requested": 1,
"secret_count_requested": 1,
"servergroup_count_requested": 1,
"sfs_count_requested": 1,
"sfs_size_requested": 1,
"shared_vm_count_requested": 1,
"snapshot_schedule_count_requested": 1,
"subnet_count_requested": 1,
"vm_count_requested": 1,
"volume_count_requested": 1,
"volume_size_requested": 1,
"volume_snapshots_count_requested": 1,
"volume_snapshots_size_requested": 1,
"baremetal_basic_count_limit": 0,
"baremetal_basic_count_usage": 0,
"baremetal_gpu_a100_count_limit": 0,
"baremetal_gpu_a100_count_usage": 0,
"baremetal_gpu_count_limit": 0,
"baremetal_gpu_count_usage": 0,
"baremetal_gpu_h100_count_limit": 0,
"baremetal_gpu_h100_count_usage": 0,
"baremetal_gpu_l40s_count_limit": 0,
"baremetal_gpu_l40s_count_usage": 0,
"baremetal_hf_count_limit": 0,
"baremetal_hf_count_usage": 0,
"baremetal_infrastructure_count_limit": 0,
"baremetal_infrastructure_count_usage": 0,
"baremetal_network_count_limit": 0,
"baremetal_network_count_usage": 0,
"baremetal_storage_count_limit": 0,
"baremetal_storage_count_usage": 0,
"caas_container_count_limit": 0,
"caas_container_count_usage": 0,
"caas_cpu_count_limit": 0,
"caas_cpu_count_usage": 0,
"caas_gpu_count_limit": 0,
"caas_gpu_count_usage": 0,
"caas_ram_size_limit": 0,
"caas_ram_size_usage": 0,
"cluster_count_limit": 0,
"cluster_count_usage": 0,
"cpu_count_limit": 0,
"cpu_count_usage": 0,
"dbaas_postgres_cluster_count_limit": 0,
"dbaas_postgres_cluster_count_usage": 0,
"external_ip_count_limit": 0,
"external_ip_count_usage": 0,
"faas_cpu_count_limit": 0,
"faas_cpu_count_usage": 0,
"faas_function_count_limit": 0,
"faas_function_count_usage": 0,
"faas_namespace_count_limit": 0,
"faas_namespace_count_usage": 0,
"faas_ram_size_limit": 0,
"faas_ram_size_usage": 0,
"firewall_count_limit": 0,
"firewall_count_usage": 0,
"floating_count_limit": 0,
"floating_count_usage": 0,
"gpu_count_limit": 0,
"gpu_count_usage": 0,
"gpu_virtual_a100_count_limit": 0,
"gpu_virtual_a100_count_usage": 0,
"gpu_virtual_h100_count_limit": 0,
"gpu_virtual_h100_count_usage": 0,
"gpu_virtual_l40s_count_limit": 0,
"gpu_virtual_l40s_count_usage": 0,
"image_count_limit": 0,
"image_count_usage": 0,
"image_size_limit": 0,
"image_size_usage": 0,
"ipu_count_limit": 0,
"ipu_count_usage": 0,
"laas_topic_count_limit": 0,
"laas_topic_count_usage": 0,
"loadbalancer_count_limit": 0,
"loadbalancer_count_usage": 0,
"network_count_limit": 0,
"network_count_usage": 0,
"ram_limit": 0,
"ram_usage": 0,
"registry_count_limit": 0,
"registry_count_usage": 0,
"registry_storage_limit": 0,
"registry_storage_usage": 0,
"router_count_limit": 0,
"router_count_usage": 0,
"secret_count_limit": 0,
"secret_count_usage": 0,
"servergroup_count_limit": 0,
"servergroup_count_usage": 0,
"sfs_count_limit": 0,
"sfs_count_usage": 0,
"sfs_size_limit": 0,
"sfs_size_usage": 0,
"shared_vm_count_limit": 0,
"shared_vm_count_usage": 0,
"snapshot_schedule_count_limit": 0,
"snapshot_schedule_count_usage": 0,
"subnet_count_limit": 0,
"subnet_count_usage": 0,
"vm_count_limit": 0,
"vm_count_usage": 0,
"volume_count_limit": 0,
"volume_count_usage": 0,
"volume_size_limit": 0,
"volume_size_usage": 0,
"volume_snapshots_count_limit": 0,
"volume_snapshots_count_usage": 0,
"volume_snapshots_size_limit": 0,
"volume_snapshots_size_usage": 0
}
Assistant
Responses are generated using AI and may contain mistakes.