{
"opencollection": "1.0.0",
"info": {
"name": "Coveo Activity Activities Diagnostic Logs 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": "Diagnostic Logs",
"type": "folder"
},
"items": [
{
"info": {
"name": "createLogRequestForActivity",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/logrequests",
"params": [
{
"name": "organizationId",
"value": "",
"type": "path"
},
{
"name": "resourceType",
"value": "",
"type": "query",
"description": "The type of the resource referenced in the request model. Possible values are SOURCE and SECURITY_PROVIDER."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Privilege required
\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"CONNECTIVITY_DIAGNOSTIC_LOGS\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n "
},
{
"info": {
"name": "getLogRequest",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://platform.cloud.coveo.com/rest/organizations/:organizationId/logrequests/:logRequestId",
"params": [
{
"name": "organizationId",
"value": "",
"type": "path"
},
{
"name": "logRequestId",
"value": "",
"type": "path"
}
]
},
"docs": "Privilege required
\n```\n{\"owner\":\"PLATFORM\",\"targetDomain\":\"CONNECTIVITY_DIAGNOSTIC_LOGS\",\"type\":\"VIEW\",\"targetId\":\"*\"}\n```\n "
}
]
}
],
"bundled": true
}