{ "opencollection": "1.0.0", "info": { "name": "Edge Delta Access Pattern Stats API", "version": "1.0" }, "items": [ { "info": { "name": "Pattern Stats", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/orgs/{org_id}/clustering/stats", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/orgs/:org_id/clustering/stats", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "Org ID" }, { "name": "query", "value": "", "type": "query", "description": "Edge Delta Common Query Language expression" }, { "name": "summary", "value": "", "type": "query", "description": "If summary true call returns up to 50 interesting clusters with 10 top anomaly, top/bottom delta, top/bottom count. Param size is ignored" }, { "name": "limit", "value": "", "type": "query", "description": "Max number of clusters in response. For AI search, limit should be 20." }, { "name": "lookback", "value": "", "type": "query", "description": "Lookback period in golang duration format. e.g. '1h'. Either provide from/to or provide lookback/to or just lookback" }, { "name": "from", "value": "", "type": "query", "description": "From datetime in ISO format 2006-01-02T15:04:05.000Z" }, { "name": "to", "value": "", "type": "query", "description": "To datetime in ISO format 2006-01-02T15:04:05.000Z" }, { "name": "groupby", "value": "", "type": "query", "description": "Comma separated fields to group by" }, { "name": "volatility", "value": "", "type": "query", "description": "Valatility can be new, existing, gone, all. Default is all" }, { "name": "offset", "value": "", "type": "query", "description": "Comma separated offsets for delta stat calculation. Each offset is in golang duration format and order of offsets determines order of offset_ fields in cluster stat response. Default value is lookback duration. e.g. '24h'." }, { "name": "window", "value": "", "type": "query", "description": "Window for on demand anomaly calculation histogram series. e.g. '5m', '1h', '2d'. Combined values like '5m3s' are NOT supported." }, { "name": "negative", "value": "", "type": "query", "description": "Negative param is used to get negative sentiments." } ] }, "docs": "Returns top log patterns (signatures of log messages) and their stats; count, proportion, sentiment and delta." } ] } ], "bundled": true }