List readers
GET/reader/:reader_id
List readers
Displays current readers and their configurations
Request​
Path Parameters
reader_id anyrequired
The id of the reader to get information about. For a list of all readers, see /reader_groups
Responses​
- 200
- 404
Get all current live readers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
backend stringrequired
consumer_group stringrequired
model_name stringrequired
model_type stringrequired
pids int32[]required
[
{
"backend": "string",
"consumer_group": "string",
"model_name": "string",
"model_type": "string",
"pids": [
0
]
}
]
Reader not found
Loading...