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
RRsets
List of RRset
List of RRset.
GET
/
dns
/
v2
/
zones
/
{zoneName}
/
rrsets
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/dns/v2/zones/{zoneName}/rrsets \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"rrsets": [
{
"filter_set_id": 123,
"meta": {},
"name": "sub.example.com",
"pickers": [
{
"limit": 123,
"strict": true,
"type": "geodns"
}
],
"resource_records": [
{
"content": [
"1.1.1.1"
],
"enabled": true,
"id": 42,
"meta": {
"continents": [
"europe",
"asia"
],
"countries": [
"us",
"gb",
"lu"
],
"ip": [
"192.168.15.150/25",
"2003:de:2016::/48"
]
}
}
],
"ttl": 123,
"type": "A",
"updated_at": "2023-11-07T05:31:56Z",
"warning": "<string>",
"warnings": [
{
"key": "<string>",
"message": "<string>"
}
]
}
],
"total_amount": 123
}
Authorizations
API key for authentication.
Path Parameters
Query Parameters
Amount of records to skip before beginning to write in response.
Max number of records in response
Field name to sort by
Ascending or descending order
Available options:
asc
, desc
Response
200
application/json
ListRRSetResponse
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/dns/v2/zones/{zoneName}/rrsets \
--header 'APIKey: <api-key>'
Copy
Ask AI
{
"rrsets": [
{
"filter_set_id": 123,
"meta": {},
"name": "sub.example.com",
"pickers": [
{
"limit": 123,
"strict": true,
"type": "geodns"
}
],
"resource_records": [
{
"content": [
"1.1.1.1"
],
"enabled": true,
"id": 42,
"meta": {
"continents": [
"europe",
"asia"
],
"countries": [
"us",
"gb",
"lu"
],
"ip": [
"192.168.15.150/25",
"2003:de:2016::/48"
]
}
}
],
"ttl": 123,
"type": "A",
"updated_at": "2023-11-07T05:31:56Z",
"warning": "<string>",
"warnings": [
{
"key": "<string>",
"message": "<string>"
}
]
}
],
"total_amount": 123
}
Assistant
Responses are generated using AI and may contain mistakes.