{ "id":"/axapi/v3/system/ssl-scv", "type":"object", "node-type":"scalar", "title":"ssl-scv", "partition-visibility":"shared", "description":"To Enable/disable SSL connection server certificate validation", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable server certificate validation for all SSL connections", "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 } } }