GET /zones/{zone_id}/logpush/datasets/{dataset_id}/fields

Lists all fields available for a dataset. The response result is an object with key-value pairs, where keys are field names, and values are descriptions.

Servers

Path parameters

Name Type Required Description
dataset_id String Yes

Possible values:

  • "network_analytics_logs"
  • "gateway_network"
  • "workers_trace_events"
  • "device_posture_results"
  • "dlp_forensic_copies"
  • "access_requests"
  • "magic_ids_detections"
  • "ssh_logs"
  • "gateway_http"
  • "nel_reports"
  • "gateway_dns"
  • "zaraz_events"
  • "http_requests"
  • "page_shield_events"
  • "audit_logs"
  • "spectrum_events"
  • "biso_user_actions"
  • "dns_logs"
  • "email_security_alerts"
  • "firewall_events"
  • "casb_findings"
  • "dns_firewall_logs"
  • "sinkhole_http_logs"
  • "zero_trust_network_sessions"

Default value: "http_requests"

zone_id String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.