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

Nozomi Vantage

Connection Requirements

1 - Domain

The base domain of your Nozomi Vantage instance (for example, your-org.vantage.nozominetworks.io), without the protocol prefix.

2 - Key Name

The API key name generated in Vantage. In Vantage, generate an API key and token under your account settings, then use the key name here. The key is passed as the user name during authentication.

3 - Key Token

The API key token that pairs with the key name above. It is passed as the password during authentication. Vantage returns a JSON Web Token (JWT) that is valid for 30 minutes and is refreshed automatically.

4 - Proxy

Proxy address to route requests through, in host:port format (optional).

5 - Timeout

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

Last updated