GET /pingΒΆ

Get server version information.

Example request:

GET /ping HTTP/1.1
Host: rucio-server.com
Accept: application/json

Example response:

 HTTP/1.1 200 OK
 Vary: Accept
 Content-Type: application/json

{
  "version": "0.2.9"
 }
Status Codes:
  • 200 – no error
  • 500 – InternalError
Rucio logo

This Page