Remote actions API
Trigger and query remote actions using the Nexthink API.
Triggers the execution of a remote action for a set of devices.
The ID of the remote action to execute
#ExampleRANexthink Collector IDs of the devices that the remote action should be executed on
The amount of time in minutes before the execution will expire if a targeted device does not come online to process it.
60OK - Successful execution.
Bad request - Invalid request, see the error code for details.
Unauthorized - No valid authentication credentials.
No permission - Not authorized to execute the remote action.
Retrieves the remote actions, including their configuration information.
OK - Successful listing.
Bad request - Invalid request, see the error code for details.
Unauthorized - No valid authentication credentials.
No permission - Not authorized to get remote action information.
Retrieve the configuration of a specific remote action.
The nql-id of the remote action
#ExampleRAOK - Remote action configuration retrieved.
Unauthorized - no valid authentication credentials.
No permission - Not authorized to get that information.
Not found - No remote action associated with that NQL ID.
Was this helpful?
