Netskope UpdateAlert

Netskope UpdateAlert

Certified

Update the status of a Netskope alert

Patches an alert in Netskope Security Cloud to set its status and optional note.

yaml
type: io.kestra.plugin.netskope.remediation.UpdateAlert
yaml
id: update_netskope_alert
namespace: io.kestra.security
tasks:
  - id: ack_alert
    type: io.kestra.plugin.netskope.remediation.UpdateAlert
    baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
    apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
    alertId: "{{ inputs.alert_id }}"
    status: acknowledged
    note: "Reviewed and acknowledged by SOC team"
Properties

The ID of the alert to update

The Netskope v2 API token

The base URL of the Netskope tenant

The new status for the alert

Must be 'acknowledged' or 'dismissed'

Optional note to attach to the alert update

Reference (ref) of the pluginDefaults to apply to this task.

The ID of the updated alert

The new status that was set on the alert