DNS
Get DNS details
Get DNS details
Returns details of the DNS zone
GET
https://ote.hitechcloud.vn/api/service/{service_id}/dns/{zone_id}
Đã chép
Đang xem theo máy chủ ote.hitechcloud.vn
— Bản mô phỏng chạy độc lập, có sẵn tài khoản và dữ liệu mẫu. Gọi thoải mái, không đụng tới hệ thống thật.
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"
}
]
}