Reference for DSService.svc - Ping

Issues a ping request to check connectivity and health.

HTTP METHOD

GET

FORMATS

Xml or Json

URL

Ping?props={PROPS}&format={FORMAT}

REQUEST PARAMETERS

The operation takes in a following parameters:

Name Type Description Example Value
props DSStringObjectKVPair[] Optional properties to customize behavior. Empty string value
format String Optional format for xml or json Empty string value

The operation returns the following parameter:

Name Type Description Example Value
DSStringObjectKVPair[] Properties describing behavior null

XML

The following is a sample request.

Ping

The following is a sample response.

Empty response with HTTP status as 200

JSON

The following is a sample request.

Ping

The following is a sample response.

Empty response with HTTP status as 200