GET /Info/TestConnection
Tests the connection to the server.
URL Parameters
None.
Request Body Details
This service ignores the request body.
Example Request
Request Method:
GET
Request URL:
http://localhost:57772/api/deepsee/v1/Info/TestConnection
For comments on the possible forms of the URL, see “Introduction to the DeepSee REST API” in the chapter “Introduction and Samples.”
Example Response
{ "Status": "OK", "DispatchClass": "%DeepSee.REST.v1.InfoServer", "NameSpace": "SAMPLES" }
Copy code to clipboard