{ "id":"/axapi/v3/slb/template/dns/{name}/local-dns-resolution", "type":"object", "node-type":"scalar", "title":"local-dns-resolution", "partition-visibility":"shared", "description":"local DNS resolver configuration", "properties":{ "host-list-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "hostnames":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/class-list", "description":"Hostnames class-list name (dns type)" } } } ] }, "local-resolver-cfg":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "local-resolver":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Local dns servers (address)" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }