Download OpenAPI specification:Download
Returns an aggregated list of async jobs for given user and organization
organization | Array of strings Organization Id |
providerId | string Service Provider Id |
status | Array of strings Items Enum: "PENDING" "PROCESSING" "SUCCEEDED" "FAILED" "CANCELED" Job status filter |
[- {
- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
]
Returns queued job
jobId required | string Job id |
organization | Array of strings Organization Id |
providerId | string providerId Id |
{- "dateCreated": "2019-08-24T14:15:22Z",
- "dateFinished": "2019-08-24T14:15:22Z",
- "entityId": "string",
- "fileName": "string",
- "id": "string",
- "jobType": "string",
- "messages": [
- {
- "message": "string",
- "type": "OK"
}
], - "organization": "string",
- "resourceExtension": "string",
- "resourceLink": "string",
- "serviceProviderId": "string",
- "status": "PENDING",
- "uniqueId": "string",
- "userId": "string"
}
Download a file associated with job
jobId required | string Job id |
jobType | string Job type |
organization | Array of strings Organization Id |
providerId | string Service Provider Id |
{- "code": 0,
- "messages": [
- "string"
]
}
Report generation job ID
providerId | string Service Provider Id |
channelIds | Array of strings unique |
from | string <date-time> |
includeData | Array of strings unique |
modules | Array of strings unique Items Enum: "INGEST" "STORAGE" "CACHING" "PLAYOUT" "PLAYOUT_SUMMARY" "PLAYOUT_LICENCE" "PLAYOUT_HISTORICAL_DATA" "CHANNEL_UPTIME" "MP_SUBSCRIBER_REPORT" |
organizations | Array of strings unique |
period | integer <int32> |
periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
playoutIds | Array of strings unique |
timezone | string |
to | string <date-time> |
{- "channelIds": [
- "string"
], - "from": "2019-08-24T14:15:22Z",
- "includeData": [
- "string"
], - "modules": [
- "INGEST"
], - "organizations": [
- "string"
], - "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "timezone": "string",
- "to": "2019-08-24T14:15:22Z"
}
{ }