{ "id":"/axapi/v3/gslb/site/{site-name}/slb-dev/{device-name}/vip-server/vip-server-v6/{ipv6}", "type":"object", "node-type":"list", "title":"vip-server-v6", "partition-visibility":"shared", "description":"Specify a VIP for the SLB device", "properties":{ "ipv6":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Specify IP address (IPv6 address)", "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":[ "ipv6" ], "required":[ "ipv6" ] }