API Routes - reports
Systems - get systems
Path Parameters
Name
Type
Description
[
{
"_id": "5d80ead4eb46fe2ea810a244",
"name": "ams",
"type": "azure-media-services",
"settings": {
"resourceGroup": "<RESOURCE GROUP>",
"activeDirectoryClientSecret": "<A SECRET>",
"storageAccount": "<ACCOUNT NAME>",
"azureMediaServiceName": "<SERVICE NAME>",
"activeDirectoryTenantId": "<UUID>",
"storageKey": "<STORAGE KEY>",
"activeDirectoryClientId": "<UUID>",
"azureSubscriptionId": "<UUID>",
"container": "<CONTAINER>"
},
"id": "<UUID>",
"createdBy": "user@company.com",
"createdAt": "2019-09-17T14:16:52.669Z",
"tenant": "Another New Company",
"__v": 0
},
{
"_id": "<ID>",
"name": "ssai",
"type": "ssai",
"settings": {
"url": "https://staging-live.serverside.ai/channel-api/api/v1/channels",
"username": "<USERNAME>",
"password": "<PASSWORD>",
"elasticSearchDomain": "https://xxxxxxxxxxxxxxxxxxxxxxxxxxxx.eu-central-1.aws.cloud.es.io:9243",
"elasticSearchUser": "<USER>",
"elasticSearchPassword": "<PASSWORD>",
"elasticSearchIndex": "<INDEX>"
},
"id": "<GUID>",
"createdBy": "user@company.com",
"createdAt": "2019-09-17T14:15:28.902Z",
"tenant": "Another New Company",
"__v": 0,
"modifiedAt": "2019-09-25T09:18:52.382Z",
"modifiedBy": "user@company.com"
}
]Reports - get reports by system
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Reports - get report
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Last updated