Description: Sends a ping request
Security:
Prior to release 7.12.0: Requires an admin user (basic credentials only). Requires execution from access localhost.
From release 7.12.0: Requires a valid admin-scoped token. The API no longer supports basic authentication.
Usage: GET /system/ping
Produces: text/plain
Sample usage:
curl -H "Authorization: Bearer <Token>" http://localhost:8082/access/api/v1/system/ping
Response Codes: 200 Ping successful