List maintenance by type.

External Documentation

To learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
TypeType of the maintenance list to be searched.

Example Output

{
	"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
}

Workflow Library Example

List Maintenance with Opsgenie and Send Results Via Email

Preview this Workflow on desktop