get_cloud_incidents
Check for active cloud platform outages and service disruptions across AWS, Google Cloud, and Azure to quickly identify incident 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 |
|---|---|---|---|
| platform | No | platform name | |
| 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' | |
| pageToken | No | Token for pagination. Use this to get the next page of results. |