{ "id":"/axapi/v3/system/ssl-req-q", "type":"object", "node-type":"scalar", "title":"ssl-req-q", "partition-visibility":"shared", "auto-created-object":1, "description":"System SSL Request Queue statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'num-ssl-queues': num-ssl-queues; 'ssl-req-q-depth-tot': ssl-req-q-depth-tot; 'ssl-req-q-inuse-tot': ssl-req-q-inuse-tot; 'ssl-hw-q-depth-tot': ssl-hw-q-depth-tot; 'ssl-hw-q-inuse-tot': ssl-hw-q-inuse-tot; ", "enum":[ "all", "num-ssl-queues", "ssl-req-q-depth-tot", "ssl-req-q-inuse-tot", "ssl-hw-q-depth-tot", "ssl-hw-q-inuse-tot" ] } } } ] } } }