{ "id":"/axapi/v3/controller/probe-info", "type":"object", "node-type":"scalar", "title":"probe-info", "partition-visibility":"shared", "auto-created-object":1, "description":"Harmony controller probe 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; 'data-showtech-sent': DATA_SHOWTECH samples sent successfully to probe; 'data-showtech-failed': DATA_SHOWTECH samples failed to send to probe; 'data-varlog-sent': DATA_VARLOG samples sent successfully to probe; 'data-varlog-failed': DATA_VARLOG samples failed to send to probe; 'ssh-connection-failed': SSH_CONNECTION failures (ACOS-A10C); ", "enum":[ "all", "data-showtech-sent", "data-showtech-failed", "data-varlog-sent", "data-varlog-failed", "ssh-connection-failed" ] } } } ] } } }