Liveness Probe

ARTIFACTORY: How to use Artifactory Health Check

AuthorFullName__c
Haritha Arumugam
articleNumber
000005497
ft:sourceType
Salesforce
FirstPublishedDate
2022-12-11T11:09:03Z
lastModifiedDate
2024-03-10T07:47:58Z
VersionNumber
5
The Liveness probe says that the component has “liveness”.It means that the component will eventually be able to produce a result.

For example :
To get a liveness probe response about the state of Artifactory use the following command.
curl -uadminuser:Password  -XGET http://localhost:8081/artifactory/api/v1/system/liveness -H 'Content-Type: text/plain'
Output Response : OK
User-added image