{ "id":"/axapi/v3/controller/probe-info/stats", "type":"object", "node-type":"scalar", "title":"probe-info", "description":"Statistics for the object probe-info", "properties":{ "stats":{ "type":"object", "properties":{ "data-showtech-sent":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"DATA_SHOWTECH samples sent successfully to probe", "long-description":"{}", "optional":true }, "data-showtech-failed":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"DATA_SHOWTECH samples failed to send to probe", "long-description":"{}", "optional":true }, "data-varlog-sent":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"DATA_VARLOG samples sent successfully to probe", "long-description":"{}", "optional":true }, "data-varlog-failed":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"DATA_VARLOG samples failed to send to probe", "long-description":"{}", "optional":true }, "ssh-connection-failed":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"SSH_CONNECTION failures (ACOS-A10C)", "long-description":"{}", "optional":true } } } } }