Liveness Probe

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Get a status response to know when a container is ready to start accepting traffic.

Since: 7.31.x

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

Usage: GET /api/v1/system/liveness

Produces: application/json

Sample Output:

{
   "code": "OK"
}

Response status codes:

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