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
- GETGet bare metal capacity
- GETList bare metal flavors
- GETList bare metal flavors from default project
- GETList bare metal servers
- POSTCreate bare metal server
- POSTList suitalbe flavors for bare metal server creation
- POSTCheck quota for bare metal server creation
- POSTRebuild bare metal server
- GETGet bare metal capacity from default project
- GET
- Container as a Service
- 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
Bare Metal
Check quota for bare metal server creation
Check if regional quota is exceeded, if yes the number of additional quotas needed to create the specified bare metal server will be calculated
POST
/
cloud
/
v1
/
bminstances
/
{project_id}
/
{region_id}
/
check_limits
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/bminstances/{project_id}/{region_id}/check_limits \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "bm1-basic-medium",
"interfaces": [
{
"network_id": "024a29e9-b4b7-4c91-9a46-505be123d9f8",
"subnet_id": "91200a6c-07e0-42aa-98da-32d1f6545ae7",
"type": "subnet"
}
]
}'
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
Check quota before bare metal servers will be created.
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/bminstances/{project_id}/{region_id}/check_limits \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "bm1-basic-medium",
"interfaces": [
{
"network_id": "024a29e9-b4b7-4c91-9a46-505be123d9f8",
"subnet_id": "91200a6c-07e0-42aa-98da-32d1f6545ae7",
"type": "subnet"
}
]
}'
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.