{"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 test email notification.","properties":{"status":{"type":"string","enum":["success","partial_success","failed"],"description":"The status of the notification.","example":"success"},"message":{"type":"string","description":"The message sent by the system.","example":"All notifications sent successfully"},"results":{"type":"array","description":"The list of detailed results for each type of notification.","items":{"type":"object","description":"The properties of the test email notification sent by the system.","properties":{"type":{"type":"string","enum":["email"],"description":"The type of the notification.","example":"email","$$ref":"#/components/schemas/notificationTypeEmail"},"success":{"type":"boolean","description":"Specifies whether the notification was sent by the system successfully.","example":true},"error":{"type":"string","description":"When the system fails to send the test message, the system reports an error message.","example":"Error in sending the test notification."},"recipients_count":{"type":"integer","description":"The number of recipients of the test email notification.","example":2}}}}},"$$ref":"#/components/schemas/TestEmailNotificationResponse","title":"TestEmailNotificationResponse"}}