lego/providers/dns/internal/hostingde/fixtures/zoneConfigsFind_error.json
2023-09-20 01:40:26 +00:00

57 lines
1 KiB
JSON

{
"errors": [
{
"code": 123,
"contextObject": "o",
"contextPath": "p",
"details": [
"a",
"b"
],
"text": "t",
"value": "v"
}
],
"metadata": {
"clientTransactionId": "1",
"serverTransactionId": "2"
},
"warnings": [
"aaa",
"bbb"
],
"status": "error",
"response": {
"limit": 10,
"page": 1,
"totalEntries": 15,
"totalPages": 2,
"type": "FindZoneConfigsResult",
"data": [
{
"id": "123",
"accountId": "456",
"status": "s",
"name": "n",
"nameUnicode": "u",
"masterIp": "m",
"type": "t",
"emailAddress": "e",
"zoneTransferWhitelist": [
"a",
"b"
],
"lastChangeDate": "l",
"dnsServerGroupId": "g",
"dnsSecMode": "m",
"soaValues": {
"refresh": 1,
"retry": 2,
"expire": 3,
"ttl": 4,
"negativeTtl": 5
}
}
]
}
}