{"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 properties of the notification for the alert rule.","properties":{"type":{"type":"string","enum":["email","webhook"],"description":"The type of the notification for the alert rule.","example":"webhook","$$ref":"#/components/schemas/notificationTypeAll"},"recipients":{"type":"array","description":"The list of email recipients configured in the alert rule to receive the notification.","minItems":1,"maxItems":50,"items":{"type":"string","format":"email","description":"An email recipient for the notification."},"example":["admin@company.com","ops@company.com"]},"webhook_ids":{"type":"array","description":"The list of unique identifiers for the Webhooks configured on the alert rule.","items":{"type":"string","description":"The unique identifier for the Webhook ID.","example":"1abcde"}}},"$$ref":"#/components/schemas/notificationInfoAlertRule","title":"notificationInfoAlertRule"}}