Ping - API representation
The ping resource represents a ping in Shardimage.
For a list of methods for this resource, see the end of this page.
Resource Representation
Ping
{
"ping": bool,
"server": string,
"request": requestResource
}
Property name | Value | Description | Notes |
---|---|---|---|
ping |
bool |
||
server |
string |
ID of server | |
request |
requestResource |
Request resource
{
"startedAt": unsigned double,
"runnedAt": unsigned double,
"method": string,
"contentLength": unsigned int,
"contentId": string
}
Property name | Value | Description | Notes |
---|---|---|---|
startedAt |
unsigned double |
||
runnedAt |
unsigned double |
||
method |
string |
||
contentLength |
unsigned int |
||
contentId |
string |
Methods
- get: GET request testing
- post: POST request testing