get_cloud_incidents
Retrieve active cloud platform outages and service disruptions from AWS, Google Cloud, or Azure. Use filters to narrow by platform or status.
Instructions
Use this when the user wants to check for active cloud platform outages, service disruptions, or incidents from AWS, Google Cloud, or Azure. Do NOT use this for cost anomalies (use get_anomalies) or support tickets (use list_tickets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. Example: 'platform:google-cloud|status:active' or 'platform:google-cloud|platform:amazon-web-services' | |
| platform | No | platform name | |
| pageToken | No | Token for pagination. Use this to get the next page of results. |