{"type":"model","meta":{"id":"/apps/pubhub/media/000-v7-apis/5b3454a4300b838cc17f7b2cdc0690fdd15058d5/0e4c66ca-115a-3769-be5b-c6944add743f","info":{"description":"Manage ThousandEyes Dashboards.","title":"Dashboards API","version":"7.0.34"},"security":[{"BearerAuth":[]}],"tags":[{"description":"Dashboards and Widgets operations","name":"Dashboards"},{"description":"Dashboard Snapshots CRUD operations","name":"Dashboard Snapshots"},{"name":"Dashboards Filters"}],"openapi":"3.0.1","servers":[{"description":"ThousandEyes API production URL","url":"https://api.thousandeyes.com/v7"}],"securitySchemes":{"BearerAuth":{"description":"Bearer authentication token","scheme":"bearer","type":"http"}}},"spec":{"description":"Alert shown in the alert list widget.","properties":{"alertId":{"description":"Identifier of the alert.","example":"2004945","type":"string"},"testId":{"description":"Identifier of the test.","example":"56512","type":"string"},"ruleId":{"description":"Identifier of the rule.","example":"281724","type":"string"},"alertSource":{"description":"Name of the agent, monitor or device producing the alert.","example":"Http Test","type":"string"},"alertRule":{"description":"Name of the alert rule that this alert belongs to.","example":"Http Test Rule","type":"string"},"alertType":{"description":"Name of the alert type","enum":["network-end-to-end-server","network-end-to-end-agent","network-path-trace","dns-server","dns-trace","dnssec","dns-plus-domain","dns-plus-server","web-http-server","web-page-load","web-transaction-classic","web-transaction","web-ftp-server","voice-sip-server","voice-rtp-stream","device","device-interface","endpoint-end-to-end-server","endpoint-web-http-server","endpoint-path-trace","browser-session-agent","browser-session-application","routing-bgp"],"type":"string","$$ref":"#/components/schemas/AlertListAlertType"},"startTime":{"description":"UTC date when the alert was first active.","example":"2023-06-02T08:54:00Z","format":"date-time","type":"string"},"durationInSeconds":{"description":"Number of seconds the alert was active. If it’s still active, this number will increase every second.","example":25,"format":"int64","type":"integer"},"active":{"description":"Set to `true` if alert is active, `false` otherwise.","example":true,"type":"boolean"}},"type":"object","$$ref":"#/components/schemas/ApiAlertListAlert","title":"ApiAlertListAlert"}}