Skip to main content
Get all maintenance windows for a given device by its ID.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Device IDThe ID of the required device. Can be obtained by using the List Devices action.

Example Output

{
	"data": [
		{
			"scheduleID": 123456789,
			"userName": "admin",
			"lastUpdated": "2021-09-01T00:00:00Z",
			"applicableAction": [
				{
					"type": "Patch",
					"actions": [
						{
							"Key": "reboot",
							"Value": null
						}
					]
				}
			],
			"name": "Test Maintenance Window",
			"type": "action",
			"cron": "0 0 0 ? 2 1,4 *",
			"duration": 60,
			"enabled": "true",
			"maxDowntime": "0",
			"rebootMethod": "",
			"rebootDelay": 0,
			"downTimeOnAction": false,
			"userMessageEnabled": false,
			"userMessage": null,
			"messageSenderEnabled": false,
			"messageSender": null,
			"preserveStateEnabled": false,
			"ruleID": 123456789,
			"ruleName": "Test Rule"
		}
	],
	"totalItems": 0
}

Workflow Library Example

Get Device Maintenance Windows with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop