lego/providers/dns/hetzner/internal/fixtures/get_zone_id.json
2020-05-08 14:26:30 +02:00

66 lines
No EOL
1.4 KiB
JSON

{
"zones": [
{
"id": "zoneA",
"created": "2020-05-08T10:49:18Z",
"modified": "2020-05-08T10:49:18Z",
"legacy_dns_host": "string",
"legacy_ns": [
"string"
],
"name": "example.com",
"ns": [
"string"
],
"owner": "string",
"paused": true,
"permission": "string",
"project": "string",
"registrar": "string",
"status": "verified",
"ttl": 0,
"verified": "2020-05-08T10:49:18Z",
"records_count": 0,
"is_secondary_dns": true,
"txt_verification": {
"name": "string",
"token": "string"
}
},
{
"id": "zoneB",
"created": "2020-05-08T10:49:18Z",
"modified": "2020-05-08T10:49:18Z",
"legacy_dns_host": "string",
"legacy_ns": [
"string"
],
"name": "example.org",
"ns": [
"string"
],
"owner": "string",
"paused": true,
"permission": "string",
"project": "string",
"registrar": "string",
"status": "verified",
"ttl": 0,
"verified": "2020-05-08T10:49:18Z",
"records_count": 0,
"is_secondary_dns": true,
"txt_verification": {
"name": "string",
"token": "string"
}
}
],
"meta": {
"pagination": {
"page": 1,
"per_page": 1,
"last_page": 1,
"total_entries": 0
}
}
}