{ "id":"/axapi/v3/system/ssl-set-compatible-cipher", "type":"object", "node-type":"scalar", "title":"ssl-set-compatible-cipher", "partition-visibility":"shared", "description":"To Enable/disable setting common cipher suite for SSL connections in management plane", "properties":{ "disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable setting common cipher suite in management plane", "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 } } }