AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node updates a specific scheduled task in the Remote Ops MMS system via a web API PUT request. It is useful for modifying the scheduling details of tasks such as changing the scheduled time, expiration time, or recurrence pattern. For example, a user can update a scheduled maintenance task's timing or recurrence to reflect new operational requirements.

Properties

Name Meaning
Scheduled Task Id The unique identifier of the scheduled task to update. This is required to specify which task will be modified.
Data A JSON object containing the updated scheduling details for the task, including fields like scheduled time, expire time, and recurrence settings.

Output

JSON

  • response - The JSON response from the API after updating the scheduled task, typically containing the updated task details or status confirmation.

Dependencies

  • Requires an API key credential to authenticate requests to the Remote Ops MMS web API.

Troubleshooting

  • Ensure the Scheduled Task Id is correct and corresponds to an existing task; otherwise, the API may return a not found error.
  • Verify that the JSON data provided in the 'Data' property is correctly formatted and includes all required scheduling fields to avoid validation errors.
  • Check API credentials and base URL configuration to prevent authentication or connection errors.

Discussion