{ "id":"/axapi/v3/gslb/site/{site-name}/ip-server/{ip-server-name}", "type":"object", "node-type":"list", "title":"ip-server", "partition-visibility":"shared", "description":"Specify a real server for the GSLB site", "properties":{ "ip-server-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/gslb/service-ip", "description":"Specify the real server name", "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":[ "ip-server-name" ], "required":[ "ip-server-name" ] }