Actions & Endpoints

Introduction

The N-able N-central Integration with Rewst delivers a robust set of actions and endpoints for interacting with N-able N-central. Below is a summary of each section, highlighting the diverse capabilities and opportunities provided through the Nable Integration:

  • Customers

  • Devices

  • Generic Request

  • Tasks

Actions

Customers

List Customers

GET <environment>.n-able.com/customers

List Customers

Devices

List Computers

GET <environment>.n-able.com/devices

List Computers

Get Computer

GET <environment>.n-able.com/devices/{device_id}

Get Computer

Generic Request

N-central API Request

GET <environment>.n-able.com/<url_path>

Generic action for making authenticated requests against the N-Able API

Tasks

Get Device Tasks

GET <environment>.n-able.com/devices/{device_id}/scheduled-tasks

Get Scheduled Tasks for a Device

Get Task Info by ID

GET <environment>.n-able.com/scheduled-tasks/{task_id}

Get Task Info by ID

Get Task Status by ID

GET <environment>.n-able.com/scheduled-tasks/{task_id}/status

Get Task Status by ID

Get Detailed Task Status Info by ID

GET <environment>.n-able.com/scheduled-tasks/{task_id}/status/details

Get Detailed Task Status Info by ID

Create Scheduled Task

POST <environment>.n-able.com/scheduled-tasks/direct

Create Scheduled Task

Last updated