{ "id":"/axapi/v3/slb/template/link-probe/{name}/destination", "type":"object", "node-type":"scalar", "title":"destination", "partition-visibility":"shared", "description":"Specify Target type", "properties":{ "hostname":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Target Hostname", "optional":true }, "resolve-as":{ "type":"string", "format":"enum", "partition-visibility":"shared", "not-list":[ "static-ipv4-addr", "static-ipv6-addr" ], "description":"'resolve-to-ipv4': Use A Query only to resolve the configured hostname; 'resolve-to-ipv6': Use AAAA Query only to resolve the configured hostname; ", "enum":[ "resolve-to-ipv4", "resolve-to-ipv6" ], "optional":true }, "static-ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not-list":[ "resolve-as", "static-ipv6-addr" ], "description":"Target IPv4 Address", "optional":true }, "static-ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not-list":[ "resolve-as", "static-ipv4-addr" ], "description":"Target IPv6 Address", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }