Diagnostics Test
Diagnostics/Check
Check connection information.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Diagnostics/Check

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : DatabaseCheckRequest

Request object type DatabaseCheckRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
ServerName string
{
  "ServerName": "sample string 1"
}
<DatabaseCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ServerName>sample string 1</ServerName>
</DatabaseCheckRequest>

Response object type : DatabaseCheckResponse

Response object type DatabaseCheckResponse has the following properties.
Property Name Data Type Length Required Readonly Notes
Match boolean
{
  "Match": true
}
<DatabaseCheckResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Match>true</Match>
</DatabaseCheckResponse>

No entries in change log for this operation.