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_nameserver_1.json

19 lines
594 B
JSON

{
"kind": "tm:ltm:dns:nameserver:nameserverstate",
"name": "foo",
"partition": "Common",
"fullPath": "/Common/foo",
"generation": 8076,
"selfLink": "https://localhost/mgmt/tm/ltm/dns/nameserver/~Common~foo?ver=13.1.0.7",
"address": "127.0.0.1",
"port": 53,
"routeDomain": "/Common/0",
"routeDomainReference": {
"link": "https://localhost/mgmt/tm/net/route-domain/~Common~0?ver=13.1.0.7"
},
"tsigKey": "/Common/key1",
"tsigKeyReference": {
"link": "https://localhost/mgmt/tm/ltm/dns/tsig-key/~Common~key1?ver=13.1.0.7"
}
}