Diagnostics Test
Diagnostics/SeatServerStatus
Returns status of the seat server connection.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Diagnostics/SeatServerStatus

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

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.