Description: Returns the Live Logs configuration. The configuration output contains the list of the available logs, the available Artifactory nodes, and the refresh rate.
Note: This feature is available only for Enterprise+ subscriptions.
Since: Artifactory 7.16.0
Security: Requires a privileged user (admin).
Usage: GET /artifactory/api/system/logs/config
Artifactory:
/artifactory/api/system/logs/configXray :
/xray/api/v1/system/logs/configDistribution:
/distribution/api/v1/system/logs/config
Sample Usage
GET /artifactory/api/system/logs/config
{
"logs": [
...
],
"nodes": [
...
],
"refresh_rate_millis": 10000
}