get_cloud_incidents
Check active cloud service outages and incidents across AWS, Google Cloud, and Azure to identify disruptions affecting your resources.
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. |