Skip to main content
Skip table of contents

ReloadStreamIndexes

Reload the DVR indexes for the stream.

PUT /api/streams/{stream-uid}/reload/
Body
stream-uidoptional
uid
Unique stream identifier {@hint:uid}
tokenrequired
string
Authorization token for API requests. see Mediaserver/Web API/Authorization/CreateApiToken
Response
200
Returns the stream UID.
JSON
{
    "uid": "0a20f93c-d370-4107-8548-97bb64c53ed2"
}
404
Stream with this UID was not found.
403
Authorization error. Invalid or missing API access token. see Mediaserver/Web API/Authorization/CreateApiToken
Example
JSON
curl -k --location --request PUT 'https://localhost:8080/api/streams/{stream-uid}/reload/?token=string'
JavaScript errors detected

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

If this problem persists, please contact our support.