{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Metrics API - Version 14 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 14", "type": "folder" }, "items": [ { "info": { "name": "Get a Metric", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/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": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get All the Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/metrics", "params": [ { "name": "org", "value": "", "type": "query", "description": "The name of the organization (Coveo Cloud V2 only)" } ] }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Health Check for the Metrics Service", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/metrics/monitoring/health" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." }, { "info": { "name": "Get the Metrics Service Status", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/v14/metrics/status" }, "docs": "This endpoint is deprecated and will be removed on October 1st, 2024." } ] } ], "bundled": true }