Skip to main content
Add set of maintenance windows for a given devices by their IDs.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Parameters

ParameterDescription
Device IDsA comma-separated list of device IDs to add a set of maintenance windows for. Can be obtained using List Devices action.
Maintenance WindowsA list of maintenance windows settings objects to set to the devices.

Required keys: applicableAction, cron, duration, enabled, name and type.

For more information, please refer to N-Central API documentation.

[
{
“applicableAction”:
[
{
“type”: “action”,
“actions”: [
{
“Key”: “detect”
}
]
}
],
“cron”: “0 0 0 ? 2 1,4 *”,
“duration”: 60,
“enabled”: true,
“name”: “Test Maintenance Window”,
“type”: “action”,
“downtimeOnAction”: false,
“rebootMethod”: “allowUserToPostpone”,
“rebootDelay”: 5,
“userMessageEnabled”: false
}
]

Example Output

{
	"success": true
}

Workflow Library Example

Add Maintenance Windows to Devices with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop