{"type":"api","title":"Get alert by time interval","meta":{"id":"/apps/pubhub/media/cisco-cmx-v11-0-0/c5aed5a4a2c41c993164672f27e8c5acda4dd890/91ef8e4b-f544-3c91-8a04-69b14ddb60e9","info":{"title":"Configuration API","version":"1.0.0","description":"This is Configuration API"},"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"openapi":"3.0.0"},"spec":{"operationId":"alerts","summary":"Get alert by time interval","description":"This API returns a list of alerts by time interval.","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object"}}}},"401":{"description":"Error Message","content":{"application/json":{"schema":{"type":"object"},"example":{"error":"CMX: System error"}}}}},"parameters":[{"name":"startTime","in":"query","required":true,"description":"Specifies the start time in milliseconds.","schema":{"type":"number"}},{"name":"endTime","in":"query","required":true,"description":"Specifies the end time in milliseconds since the epoch.","schema":{"type":"number"}}],"__originalOperationId":"alerts","method":"get","path":"/config/v1/history/alerts"}}