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
- File Shares
- Firewalls
- Floating IPs
- GETGet available floating IPs
- GETList floating IPs
- POSTCreate floating IP
- GETGet floating IP
- DELDelete floating IP
- POSTAssign floating IP to instance or loadbalancer
- GETList floating IP tags
- PUTReplace floating IP tags
- POSTCreate or update floating IP tags
- GETGet Floating IP tag by key
- DELDelete Floating IP tag by key
- POSTUnassign floating IP from the instance
- POSTPreview floating IP price
- GET
- 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
Floating IPs
Preview floating IP price
Preview billing price of the floating IP addresses.
POST
/
cloud
/
v1
/
pricing
/
{project_id}
/
{region_id}
/
floating_ips
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/floating_ips \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 2
}'
Copy
Ask AI
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8
}
Authorizations
API key for authentication.
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Body
application/json
Response
200 - application/json
OK
Response with prices per hour and per month
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/floating_ips \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 2
}'
Copy
Ask AI
{
"currency_code": "USD",
"discount_percent": 0.16,
"price_per_hour": 1,
"price_per_month": 720,
"price_status": "show",
"price_without_discount_per_month": 604.8
}
Assistant
Responses are generated using AI and may contain mistakes.