Channel Instances
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
Channel Instances
Retrieves a list of currently running channel instances.
Request
GET channels/instances
Status Codes
200: A list of currently running channel instances.
Sample Response Body
[
{
"Id": "68a18a51-557c-4ade-8eef-af262899f159",
"StartTime": "2014-07-22T14:00:00Z",
"LastMessageSentTime": "2014-07-22T14:00:00Z",
"MessagesSent": 5,
"Links": {
"Request": "https://myserver/piwebapi/streams/I1AbEDqD5loBNH0erqeqJodtALAaqQoQHk26BGgMQAVXYR0Ag8rvbPp_xUEC80vMunHcq2g/channel"
}
},
{
"Id": "1f666090-944e-4e17-9e37-02c5f7baed5d",
"StartTime": "2014-07-22T14:00:00Z",
"LastMessageSentTime": "2014-07-22T14:00:00Z",
"MessagesSent": 7,
"Links": {
"Request": "https://myserver/piwebapi/streams/I1AbxUEC80vMunHcq2gqJodtALAtcdBko_F5xGTpFCaTFd2TwRQESrwf1o0iQUMxYbzNaDg/channel"
}
}
]