Ping Rest API¶
Overview
Resource  | 
Operation  | 
Description  | 
|---|---|---|
Ping  | 
Ping the server.  | 
Details
- 
GET/ping/¶ Ping the server and retrieve the server version.
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": "1.15.0"}
- Status Codes
 200 OK – OK.
406 Not Acceptable – Not Acceptable.
500 Internal Server Error – Internal Error.
- Returns
 JSON dictionary with the version.