Intel471Ex.Ase (intel471_ex v0.2.0)

Copy Markdown

Functions for working with the Intel 471 Verity Attack Surface Exposure (ASE) API.

Service path: integrations/ase/v1

Summary

Functions

list_monitors(params \\ %{})

@spec list_monitors(map()) :: {:ok, map()} | {:error, any()}

List ASE monitors.

Parameters

  • params: A map of query parameters
    • :last_run_after — Filter by last run after timestamp
    • :last_run_before — Filter by last run before timestamp

Examples

{:ok, monitors} = Intel471Ex.Ase.list_monitors()