Get test image.
GET /test_image
This endpoint returns a dummy image in .png format. It is used internally by web applications across Onedata to check connectivity with certain services. This endpoint does not require authentication.
Request Examples
Shell
onezone-rest-cli testImageResponses
application/json
200
Test image.
500
Internal server Error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
application/json
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}