RTMP Ingests
List rtmp ingests
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter the result-set by properties using a subset of the Kibana Query Language. Only AND statements are supported.
E.g. not name:""
or connected:true
.
On the name field, prefix and suffix matching is supported to simulate searching, e.g. name:*foo*
Specifies the result ordering for List requests. If this is not provided, the default order is by ID. Supported values are:
- "name asc|desc"
- "connected asc|desc"