Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Diagnostics/SeatServerStatus |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : SeatServerStatus
Response object type SeatServerStatus has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ConnectionsCount | integer | ||||
IsListening | boolean |
{
"IsListening": true,
"ConnectionsCount": 2
}
<SeatServerStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ConnectionsCount>2</ConnectionsCount>
<IsListening>true</IsListening>
</SeatServerStatus>
No entries in change log for this operation.