Get System Settings

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: get system settings

Since: 1.6

Security: Admin only

Usage: GET /api/v1/system/settings

Request headers: N/A

Consumes: N/A

cURL Example

$ curl -u user:password -X GET "http://ARTIFACTORY_SERVER_HOSTNAME:8082/distribution/api/v1/system/settings"

Response status codes: 200 - Success

Response headers: N/A

Produces: application/json

Response

{
      "call_home_enabled": true
}