Tracking Scheduled Alert Status
This applies to: Visual Data Discovery
Use the Console of Refreshing Jobs to view scheduled alert jobs. Optionally, use the /api/jobs
endpoint to list all jobs, including alert related jobs. For example:
http://<host:port>/discovery/api/jobs?limit=1000&sort=-lastExecutionEndTime
API documentation is provided with your Symphony installation at this link: <symphony-URL>/discovery/swagger-ui.html
.