You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/network/f5/fixtures/load_ltm_dns_zone_1.json

32 lines
962 B
JSON

{
"kind": "tm:ltm:dns:zone:zonestate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 812,
"selfLink": "https://localhost/mgmt/tm/ltm/dns/zone/~Common~foo?ver=13.1.0.8",
"dnsExpressAllowNotify": [
"1.1.1.1"
],
"dnsExpressEnabled": "yes",
"dnsExpressNotifyAction": "consume",
"dnsExpressNotifyTsigVerify": "yes",
"dnsExpressServer": "/Common/asd",
"dnsExpressServerReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
},
"responsePolicy": "no",
"serverTsigKey": "/Common/asd",
"serverTsigKeyReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~asd?ver=13.1.0.8"
},
"transferClients": [
"/Common/asd"
],
"transferClientsReference": [
{
"link": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~asd?ver=13.1.0.8"
}
]
}