PagerDuty
PAGERDUTY_CREATE_MAINTENANCE_WINDOW_OBJECT
Creates a new maintenance window in PagerDuty, allowing you to schedule periods of planned maintenance for specific services. During a maintenance window, incidents are not created for the affected services, preventing unnecessary alerts and notifications. This endpoint is useful for planning and executing system upgrades, patches, or other maintenance tasks without triggering false alarms. The maintenance window has a defined start and end time, can be associated with multiple services, and optionally linked to specific teams. It's important to note that while incidents are suppressed during the maintenance window, underlying issues are still logged and can be reviewed later if needed.
Other tools also called PAGERDUTY_CREATE_MAINTENANCE_WINDOW_OBJECT?
See providers with this name
Input Schema
{
"type": "object",
"properties": {}
}