{ "id":"/axapi/v3/cgnv6/lw-4o6/health-check-gateway/{ipv4-addr}+{ipv6-addr}", "type":"object", "node-type":"list", "title":"health-check-gateway", "partition-visibility":"shared", "description":"Configure LW-4over6 health-check gateway", "properties":{ "ipv4-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"LW-4over6 IPv4 Gateway", "optional":false }, "ipv6-addr":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"LW-4over6 IPv6 Gateway", "optional":false }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "ipv4-addr", "ipv6-addr" ], "required":[ "ipv4-addr", "ipv6-addr" ] }