UpdateAlert
Certified
Update the status of a Netskope alert
UpdateAlert
Certified
Update the status of a Netskope alert
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"