Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/rtmp_server/list?v&language&project_id&interval' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"city": "Moscow",
"urls": {
"rtmp": {
"mask": "string",
"value": "string"
},
"srt": {
"mask": "string",
"value": "string"
}
},
"pingHost": "string",
"country": {
"name": "string",
"code": "string",
"id": 0
},
"network": {
"avg": 0,
"max": 0
},
"cpu": {
"avg": 0,
"max": 0
},
"ram": {
"avg": 0,
"max": 0
},
"quality": 0,
"index": 0,
"serverStatus": "good",
"platforms": [
{
"platform_id": 1,
"quality": 99,
"serverStatus": "good"
},
{
"platform_id": 2,
"quality": 99,
"serverStatus": "good"
}
]
}
]
}