Skip to main content
Skip table of contents

PingStream

Get stream connection status with the server

GET /api/streams/{stream-uid}/ping/
Body
stream-uidoptional
uid
Unique identifier of the stream {@hint:uid}
tokenrequired
string
Authorization token for API requests. See Mediaserver/Web API/Authorization/CreateApiToken
Response
200
Returns stream status parameters
JSON
{
                "uid": "425c66da-fa68-46d1-a10c-2b76bb53730b",
                "entry": "stream",
                "status": "active",
                "enabled": true
            }
404
Stream with this UID not found
403
Authorization error. Incorrect or missing API access token. See Mediaserver/Web API/Authorization/CreateApiToken for details.
Example
JSON
curl -k --location --request GET 'https://localhost:8080/api/streams/{stream-uid}/ping/?token=string'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.