
Netskope AuditLogs
CertifiedFetch audit logs from Netskope Security Cloud
Netskope AuditLogs
Certified
Fetch audit logs from Netskope Security Cloud
Fetches the audit trail 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.AuditLogsExamples
yaml
id: get_netskope_audit_logs
namespace: io.kestra.security
tasks:
- id: fetch_audit_logs
type: io.kestra.plugin.netskope.events.AuditLogs
baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
lookbackPeriod: "PT24H"
Properties
apiToken *Requiredstring
The Netskope v2 API token
baseUrl *Requiredstring
The base URL of the Netskope tenant
lookbackPeriod string
Lookback period for audit logs
When set, appends ?starttime=
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
logCount integer
Default
0Number of log entries in the response data array
uri string
Format
uriURI of the stored audit log response JSON file