{ "id":"/axapi/v3/gslb/protocol/enable/{type}", "type":"object", "node-type":"list", "title":"enable", "partition-visibility":"shared", "description":"Enable/Disable GSLB Message Protocol", "properties":{ "type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'controller': Enable/Disable GSLB protocol as GSLB controller; 'device': Enable/Disable GSLB protocol as site device; ", "enum":[ "controller", "device" ], "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":[ "type" ], "required":[ "type" ] }