Streams or fetches webhooks troubleshooting data with optional filters.
Stream Filtered Troubleshooting Data: Use subscription and target parameters to filter the live stream of troubleshooting data.
Fetch Historical Troubleshooting Data: Use start, end, and count parameters to fetch troubleshooting data based on timestamps. The start parameter includes data reported since the provided timestamp. The end parameter includes data reported before the provided timestamp. If you provide the start parameter without count or end, the stream will be live and provide new data as it comes in. You cannot use the end and count parameters without the start parameter.
Fetch Earliest Data in Storage: Use start=0 to fetch all data from the earliest data available in Redis. Redis stores the last 10,000 records and records prior to those are cleared automatically every 30 seconds.
Security: Requires authentication using Access Tokens. You can authenticate using the following methods:
- Administrator Roles: Authenticate as admin, Project Admin, or user with the Platform Admin role.
- User with Manage Webhooks Role: Available from Artifactory version 7.137.0
- Scoped Token: Available from Artifactory version 7.135.0 using the
system:webhooks@<project_key>/<JFrog_domain>:rscope.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Bad Credentials - Invalid credentials
403Permission Denied - Insufficient permissions
