For the complete documentation index, see llms.txt. This page is also available as Markdown.

Nozomi Networks Guardian

Connection Requirements

1 - IP

The host (FQDN or IP address) of your Nozomi Guardian appliance or CMC.

2 - Port

Port number (optional, default: 443).

3 - Key Name

The OpenAPI key name. Generate it in the Guardian console under Administration > Settings > Users > OpenAPI Keys.

4 - Key Token

The OpenAPI key token that is shown when the key is created.

5 - Fetch Vulnerabilities

When enabled, each asset is enriched with its CVEs from the asset_cves data source (optional, default: False).

6 - Only Active Vulnerabilities

When enabled, only unresolved (active) CVEs are fetched, which reduces the data volume. Applies only when Fetch Vulnerabilities is enabled (optional, default: True).

7 - Is Secure

Choose this if your connection is going to be over HTTPS (optional, default: True).

8 - Proxy

HTTP proxy address to reach the Guardian host, if required (optional).

9 - Timeout

The amount of time (in seconds) to wait for API responses. (default: 30)

Permissions Required

The OpenAPI key must be bound to a role with read access to the assets and asset_cves data sources. No write or administrative permissions are needed.

Last updated