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 /api/system/logs/config
Artifactory:
api/system/logs/config
Xray, Pipelines and Distribution:
api/v1/system/logs/config
Sample Usage
GET /api/system/logs/config { "logs": [ ... ], "nodes": [ ... ], "refresh_rate_millis": 10000 }