DNS
Get DNS details
Get DNS details
Returns details of the DNS zone
GET
https://api.hitechcloud.vn/api/service/{service_id}/dns/{zone_id}
Đã chép
Đang xem theo máy chủ api.hitechcloud.vn
— Dữ liệu thật của tài khoản bạn. Mọi thao tác có hiệu lực ngay lập tức.
Tham số đường dẫn
service_id
integer
bắt buộc
Service ID
zone_id
integer
bắt buộc
Zone ID
Mã trả về
200
json
{
"service_id": 10,
"name": "qwerty.com",
"records": [
{
"id":"10",
"name":"qwerty",
"ttl":1800,
"priority":0,
"content":"127.0.0.1",
"type":"A"
},
{
"id":"11",
"name":"qwerty",
"ttl":1800,
"priority":0,
"content":"ns1.qwerty.com",
"type":"NS"
}
]
}