External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Create Maintenance
Creates a new maintenance.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | Description for the maintenance. |
| End Date | End time of the time configuration of maintenance. |
| Rules | Rules of maintenance, which takes a list of rule objects and defines the maintenance rules over integrations and policies. |
| Start Date | Start time of the time configuration of maintenance. |
| Time Type | Type of the maintenance time. |
{
"data": {
"description": "Description for maintenance meta data",
"id": "Identifier of the maintenance meta data",
"status": "Status of the maintenance meta data",
"time": {
"endDate": "End time of the time configuration of maintenance",
"startDate": "Start time of the time configuration of maintenance",
"type": "Type of the maintenance time"
}
},
"requestId": "string",
"took": 0
}
Was this page helpful?