{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/e7c4374c-388b-3f3f-bd38-63991a559765","info":{"title":"Cisco Secure Access Alerting API","version":"1.0.0","description":"Manage the alert rules in the organization and monitor the alerts generated by the alert rules.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Alert Rules"},{"name":"Alerts"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/alert-rules-overview.md","uri":"secure-access-api-reference-alerting-overview"}},"openapi":"3.0.0","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.alertrules:read":"Read Alert Rules","admin.alertrules:write":"Write Alert Rules","admin.alerts:read":"Read Alerts","admin.alerts:write":"Write Alerts"}}}}}},"spec":{"type":"object","description":"The start and end times that the system uses to filter the alerts in the collection.","properties":{"start_time":{"type":"string","format":"date-time","description":"The time and date (ISO 8601 timestamp) that begins the time range. The system uses\nthe time range to filter for alerts in the collection.\nUse the 'YYYY-MM-DD HH:MM:SS' format.","example":"2024-01-01 00:00:00"},"end_time":{"type":"string","format":"date-time","description":"The time and date (ISO 8601 timestamp) that ends the time range. The system uses\nthe time range to filter for alerts in the collection.\nUse the 'YYYY-MM-DD HH:MM:SS' format.","example":"2024-12-31 23:59:59"}},"example":{"start_time":"2024-01-01 00:00:00","end_time":"2024-12-31 23:59:59"},"$$ref":"#/components/schemas/time_range","title":"time_range"}}