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
- 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
Snapshots
Get snapshot
GET
/
cloud
/
v1
/
snapshots
/
{project_id}
/
{region_id}
/
{snapshot_id}
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/snapshots/{project_id}/{region_id}/{snapshot_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"created_at": "2019-05-29T05:32:41+0000",
"creator_task_id": "2358e3b1-5c42-4705-8950-6ddcfc19c3bd",
"description": "Snapshot description",
"id": "726ecfcc-7fd0-4e30-a86e-7892524aa483",
"name": "my-snapshot",
"project_id": 1337,
"region": "Luxembourg 1",
"region_id": 7,
"size": 20,
"status": "available",
"tags": [
{
"key": "my-tag",
"read_only": false,
"value": "my-tag-value"
}
],
"task_id": null,
"updated_at": "2019-05-29T05:39:20+0000",
"volume_id": "67baa7d1-08ea-4fc5-bef2-6b2465b7d227"
}
Authorizations
API key for authentication.
Path Parameters
Project ID
Region ID
Snapshot ID
Response
200 - application/json
Returned snapshot
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v1/snapshots/{project_id}/{region_id}/{snapshot_id} \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"created_at": "2019-05-29T05:32:41+0000",
"creator_task_id": "2358e3b1-5c42-4705-8950-6ddcfc19c3bd",
"description": "Snapshot description",
"id": "726ecfcc-7fd0-4e30-a86e-7892524aa483",
"name": "my-snapshot",
"project_id": 1337,
"region": "Luxembourg 1",
"region_id": 7,
"size": 20,
"status": "available",
"tags": [
{
"key": "my-tag",
"read_only": false,
"value": "my-tag-value"
}
],
"task_id": null,
"updated_at": "2019-05-29T05:39:20+0000",
"volume_id": "67baa7d1-08ea-4fc5-bef2-6b2465b7d227"
}
Assistant
Responses are generated using AI and may contain mistakes.