
Netskope UpdateAlert
CertifiedUpdate the status of a Netskope alert
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.UpdateAlertExamples
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
alertId *Requiredstring
The ID of the alert to update
apiToken *Requiredstring
The Netskope v2 API token
baseUrl *Requiredstring
The base URL of the Netskope tenant
status *Requiredstring
The new status for the alert
Must be 'acknowledged' or 'dismissed'
note string
Optional note to attach to the alert update
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
alertId string
The ID of the updated alert
updatedStatus string
The new status that was set on the alert