Download OpenAPI specification:
Get cache download metrics
| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "count": 0,
- "ip": "string",
- "playoutNames": [
- "string"
], - "port": "string",
- "size": 0
}
]Get playout historical data
| organization | Array of strings |
| providerId | string |
| channelIds | Array of strings |
| from required | string <date-time> |
| includeData | Array of strings |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "channelIds": [
- "string"
], - "from": "2019-08-24T14:15:22Z",
- "includeData": [
- "string"
], - "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "avmon": 0.1,
- "cache": 0.1,
- "channelId": "string",
- "channelName": "string",
- "connection": 0.1,
- "cpu": 0.1,
- "fileDescriptors": 0.1,
- "freeMemory": 0.1,
- "organization": "string",
- "organizationName": "string",
- "playback": 0.1,
- "playoutId": "string",
- "playoutMode": "string",
- "playoutName": "string",
- "providerId": "string",
- "providerName": "string",
- "storage": 0.1,
- "time": "2019-08-24T14:15:22Z",
- "timeStamp": "2019-08-24T14:15:22Z"
}
]Get playout historical data groups
| organization | Array of strings |
| providerId | string |
[- {
- "names": [
- "string"
], - "organizations": [
- {
- "names": [
- "string"
], - "organizationId": "string",
- "playouts": [
- {
- "channels": [
- {
- "channelId": "string",
- "names": [
- "string"
]
}
], - "modes": [
- "string"
], - "names": [
- "string"
], - "playoutId": "string"
}
]
}
], - "providerId": "string"
}
]Get playout licence usage summary
| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "downtime": 0,
- "licenceId": "string",
- "licenceMode": "string",
- "licenceName": "string",
- "organization": "string",
- "playoutId": "string",
- "playoutIp": "string",
- "playoutLicenceId": "string",
- "playoutMode": "string",
- "playoutName": "string",
- "playoutPort": "string",
- "playoutType": "string",
- "resolution": "string",
- "time": "2019-08-24T14:15:22Z",
- "uptime": 0
}
]Get playout usage summary
| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "downtime": 0,
- "instanceType": "string",
- "ip": "string",
- "organization": "string",
- "playoutId": "string",
- "playoutName": "string",
- "port": "string",
- "templateType": "string",
- "timeStamp": "2019-08-24T14:15:22Z",
- "uptime": 0
}
]Get playout uptime summary
| organization | Array of strings |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "downtime": 0,
- "instanceType": "string",
- "ip": "string",
- "organization": "string",
- "playoutId": "string",
- "playoutName": "string",
- "port": "string",
- "templateType": "string",
- "timeStamp": "2019-08-24T14:15:22Z",
- "uptime": 0
}
]Get unique playout names by ip
| ip required | string |
| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- "string"
]| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}{ }| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}{ }| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "count": 0,
- "organization": "string",
- "size": 0,
- "timeStamp": "2019-08-24T14:15:22Z"
}
]| from required | string <date-time> |
| to | string <date-time> |
[- {
- "executionDate": "2019-08-24T14:15:22Z",
- "executions": [
- {
- "duration": 0,
- "executionId": "string",
- "success": true,
- "timeStamp": "2019-08-24T14:15:22Z",
- "type": "string"
}
], - "success": true
}
]| executionId required | string |
| duration | integer <int64> |
| executionTime | string <date-time> |
| success | boolean |
| type | string |
{- "duration": 0,
- "executionTime": "2019-08-24T14:15:22Z",
- "success": true,
- "type": "string"
}{- "code": 0,
- "messages": [
- "string"
]
}[- {
- "activeStreamCount": 0,
- "region": "string",
- "streamCount": 0,
- "webrtcStats": {
- "audioSendStats": {
- "audioBytesSent": 0,
- "audioBytesSentPerSecond": 0,
- "audioPacketsPerSecond": 0,
- "audioPacketsSent": 0,
- "timeMs": 0
}, - "videoSendStats": {
- "timeMs": 0,
- "videoBytesSent": 0,
- "videoBytesSentPerSecond": 0,
- "videoFirCount": 0,
- "videoFramesEncoded": 0,
- "videoFramesEncodedPerSecond": 0,
- "videoNackCount": 0,
- "videoPacketsSent": 0,
- "videoPacketsSentPerSecond": 0,
- "videoPliCount": 0
}
}
}
]| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "bandwidth": 0,
- "customerId": "string",
- "organization": "string",
- "platform": 0,
- "playoutUptime": 0,
- "productCode": "string",
- "reported": true,
- "storageAmount": 0,
- "timeStamp": "2019-08-24T14:15:22Z",
- "type": "string"
}
][- {
- "address": "string",
- "awsMarketplaceIdentifier": "string",
- "city": "string",
- "country": "string",
- "deleted": true,
- "enabled": true,
- "name": "string",
- "organizationId": "string",
- "phoneNumber": "string",
- "productCode": "string",
- "providerId": "string",
- "time": "2019-08-24T14:15:22Z",
- "timeStamp": "2019-08-24T14:15:22Z",
- "zipCode": "string"
}
]| organization | Array of strings |
| providerId | string |
| channelIds | Array of strings |
| from required | string <date-time> |
| includeData | Array of strings |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "channelIds": [
- "string"
], - "from": "2019-08-24T14:15:22Z",
- "includeData": [
- "string"
], - "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}[- {
- "channelId": "string",
- "channelName": "string",
- "organization": "string",
- "organizationName": "string",
- "playoutId": "string",
- "playoutName": "string",
- "providerId": "string",
- "providerName": "string",
- "time": "2019-08-24T14:15:22Z",
- "timeStamp": "2019-08-24T14:15:22Z",
- "uptime": 0
}
][- "string"
][- {
- "cloudPlayouts": 0,
- "id": "string",
- "ingestUsageInfo": {
- "ingestSources": 0,
- "totalFilesIngested": 0,
- "totalVolumeIngested": 0
}, - "mediaStoreUsage": {
- "mediaStoreItemCount": 0,
- "mediaStoreSize": 0
}, - "organizationCreateDate": "2019-08-24T14:15:22Z",
- "organizationId": "string",
- "organizationName": "string",
- "playoutSummary": {
- "property1": 0,
- "property2": 0
}, - "totalAccounts": 0,
- "totalPlayouts": 0
}
]| organization required | string |
| from required | string <date-time> |
| period | integer <int32> |
| periodType | string Enum: "MINUTES" "DAYS" "HOURS" |
| playoutIds | Array of strings |
| to required | string <date-time> |
{- "from": "2019-08-24T14:15:22Z",
- "period": 0,
- "periodType": "MINUTES",
- "playoutIds": [
- "string"
], - "to": "2019-08-24T14:15:22Z"
}{- "activeOnPeriodEnd": 0,
- "activeOnPeriodStart": 0,
- "inActiveOnPeriodEnd": 0,
- "inActiveOnPeriodStart": 0,
- "totalDowntime": 0,
- "totalUptime": 0
}{- "cloudPlayouts": 0,
- "id": "string",
- "ingestUsageInfo": {
- "ingestSources": 0,
- "totalFilesIngested": 0,
- "totalVolumeIngested": 0
}, - "mediaStoreUsage": {
- "mediaStoreItemCount": 0,
- "mediaStoreSize": 0
}, - "organizationCreateDate": "2019-08-24T14:15:22Z",
- "organizationId": "string",
- "organizationName": "string",
- "playoutSummary": {
- "property1": 0,
- "property2": 0
}, - "totalAccounts": 0,
- "totalPlayouts": 0
}