GetAlerts
Certified
Fetch alerts from Netskope Security Cloud
GetAlerts
Certified
Fetch alerts from Netskope Security Cloud
yaml
type: io.kestra.plugin.netskope.events.GetAlertsExamples
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
apiToken *Requiredstring
baseUrl *Requiredstring
alertType string
query string
Outputs
alertCount integer
Default
0uri string
Format
uri