{ "id":"/axapi/v3/gslb/protocol/secure", "type":"object", "node-type":"scalar", "title":"secure", "partition-visibility":"shared", "auto-created-object":1, "description":"GSLB Secure operation", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable Secure; 'disable': Disable Secure (default); 'enable-fallback': Fall back to non-secure if fail; ", "enum":[ "enable", "disable", "enable-fallback" ], "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 } } }