Readiness Probe

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: The readiness probe, which essentially replaces the system/ping (above), returns a simple status response about the state of Artifactory using the new Kubernetes style readiness probe (the system/ping will remain in place for legacy systems still depending on it). The probe can be used to measure the system latency, provides customers with an important metric to monitor according to their standard.

Since: 7.31.x

Security: Requires a valid user (can be anonymous).

Usage: GET /api/v1/system/readiness

Produces: application/json

Sample Output:

{
   "code": "OK"
}

Response status codes:

200 - Successful request with an 'OK' text if Artifactory is working properly, if not will return an HTTP error code with a reason