{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Metrics API - Version 15 API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.cloud.coveo.com/oauth/authorize", "accessTokenUrl": "https://platform.cloud.coveo.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Metrics API - Version 15", "type": "folder" }, "items": [ { "info": { "name": "Get a Metric", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/metrics/:metricName", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" }, { "name": "metricName", "value": "", "type": "path", "description": "metricName" } ] }, "docs": "Get a Metric" }, { "info": { "name": "Get All the Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/metrics", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "Get All the Metrics" }, { "info": { "name": "Health Check for the Metrics Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/metrics/monitoring/health" }, "docs": "Health Check for the Metrics Service" }, { "info": { "name": "Get the Metrics Service Status", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v15/metrics/status" }, "docs": "Get the Metrics Service Status" } ] } ], "bundled": true }