Get all live readers
GET/reader_groups
Get all live readers
Get all current live readers ordered into their consumer groups
Responses​
- 200
- 404
Get all current live readers
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
consumer_groups string[]required
consumer_name stringrequired
device stringrequired
model_name stringrequired
model_type stringrequired
pids int32[]required
[
{
"consumer_groups": [
"string"
],
"consumer_name": "string",
"device": "string",
"model_name": "string",
"model_type": "string",
"pids": [
0
]
}
]
No live readers found
Loading...