{ "id":"/axapi/v3/cgnv6/map/translation/domain/{name}/health-check-gateway", "type":"object", "node-type":"scalar", "title":"health-check-gateway", "partition-visibility":"shared", "description":"Health-check gateway for route withdrawn", "properties":{ "address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv4-gateway":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"IPv4 Gateway" } } } ] }, "ipv6-address-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "ipv6-gateway":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"IPv6 Gateway" } } } ] }, "withdraw-route":{ "type":"string", "format":"enum", "default":"any-link-failure", "partition-visibility":"shared", "description":"'all-link-failure': Withdraw routes on health-check failure of all IPv4 gateways or all IPv6 gateways; 'any-link-failure': Withdraw routes on health-check failure of any gateway (default); ", "enum":[ "all-link-failure", "any-link-failure" ], "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 } } }