
Netskope GetEvents
CertifiedFetch events from Netskope Security Cloud
Netskope GetEvents
Certified
Fetch events from Netskope Security Cloud
Streams events via the Netskope REST API v2 Data Export endpoint and stores the response as a file in Kestra storage.
yaml
type: io.kestra.plugin.netskope.events.GetEventsExamples
yaml
id: get_netskope_events
namespace: io.kestra.security
tasks:
- id: fetch_events
type: io.kestra.plugin.netskope.events.GetEvents
baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
eventType: application
Properties
apiToken *Requiredstring
The Netskope v2 API token
baseUrl *Requiredstring
The base URL of the Netskope tenant
eventType string
The event type to retrieve
e.g. application, network, page, infrastructure, audit, etc.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
query string
Optional NRSQL query filter
Added as the query query parameter
Outputs
eventCount integer
Default
0Number of events in the response data array
uri string
Format
uriURI of the stored events response JSON file