Returns the advisory locks currently held by the node that receives the request, without fanning out to peers.
This endpoint backs the fan-out performed by GET /artifactory/api/system/locks and is mainly for internal cluster use, but admins can call it directly to inspect a single node.
Note: This API is available only in Self-hosted instances. It requires PostgreSQL with native (advisory) locking, otherwise returns 503. Background job synchronization still uses the legacy distributed_locks table, and those locks are never reported here.
Since: 7.161.x
Security: Requires a valid admin user.
To enable advisory locks, see: https://docs.jfrog.com/installation/docs/configure-artifactory-to-use-advisory-locks-in-postgresql
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Bad Credentials - Invalid credentials
403Permission Denied - Insufficient permissions
503Service Unavailable - Native advisory locks are not active on this node
