{ "opencollection": "1.0.0", "info": { "name": "Coveo Activity Activities Organization Endpoints Monitoring 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": "Organization Endpoints Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get Usage Per Region for an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/monitoring/global/organizations/:organizationId/usage/regions", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "numberOfDaysToInclude", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"ORGANIZATION\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Get the Search Hubs Usage for an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/monitoring/global/organizations/:organizationId/search-hubs/usage", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "hostname", "value": "", "type": "query" }, { "name": "numberOfDaysToInclude", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"ORGANIZATION\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Get the Endpoints Usage for an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/monitoring/global/organizations/:organizationId/endpoints/usage", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "numberOfDaysToInclude", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"ORGANIZATION\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" }, { "info": { "name": "Get the Customer Endpoint Usage Status for an Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://platform.cloud.coveo.com/rest/monitoring/global/organizations/:organizationId/endpoints/readiness", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "numberOfDaysToInclude", "value": "", "type": "query" } ] }, "docs": "
Privilege required\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"ORGANIZATION\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n
" } ] } ], "bundled": true }