GetAlerts

GetAlerts

Certified

Fetch alerts from Netskope Security Cloud

yaml
type: io.kestra.plugin.netskope.events.GetAlerts
yaml
id: get_netskope_alerts
namespace: io.kestra.security
tasks:
  - id: fetch_alerts
    type: io.kestra.plugin.netskope.events.GetAlerts
    baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
    apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
    alertType: malware
    query: "alert_severity eq 'critical'"
Properties
Default0
Formaturi