{ "id":"/axapi/v3/debug/ssl", "type":"object", "node-type":"scalar", "title":"ssl", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug SSL operation", "properties":{ "client-server":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'clientside': clientside SSL connection; 'serverside': serverside SSL connection; ", "enum":[ "clientside", "serverside" ], "optional":true }, "payload-dump-max":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Maximum payload size for records to be dumped. Set to 0 to disable payload dumping", "optional":true }, "read-write":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'read': read record; 'write': write record; ", "enum":[ "read", "write" ], "optional":true }, "record-start":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"The first record number to debug prints messages. Default is 0", "optional":true }, "record-end":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"The last record number to print debug messages. Default: 0 (no end)", "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 } } }