Description: Get general information, including error details if system is unstable.
Note: Do not set a passphrase for the signing keys. When creating release bundles through the UI, JFrog Distribution does not currently support entering a passphrase.
Since: 1.0
Security: No authentication required.
Usage: GET /api/v1/system/info
Request headers: N/A
Consumes: N/A
cURL Example
$ curl -u myUser:myP455w0rd! -X GET "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/info"
Response status codes:
200 - Success
Response headers: N/A Produces: application/json Response
{ "status": "STABLE", "message": "...", "version": "1.0", "service_id": "jfds@..." }