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

Fortigate

Connection Requirements

1 - IP

IP address of the Fortigate host.

2 - Port

Port number (optional, default: 443).

3 - API Token

FortiGate: REST API Token Generation Steps

  • Navigation: Go to System > Administrators.

  • Action: Click Create New and select REST API Admin from the dropdown menu.

  • Permissions: Fill in the required details and assign the super_admin_readonly profile.

  • Confirmation: Save the settings to complete the process.

Important Note: Please ensure you save the generated API Token in a secure location. For security reasons, the system will only display this key once.

4 - Is Secure

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

5 - Per page

Amount of devices going to be fetched per request (optional, default: 50).

6 - Timeout

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

7 - Proxy

Proxy URL (optional).

8 - Thread Count

This adapter works in a multi-threaded manner. This field represents the number of parallel threads that is going to be constructed for sending API requests (default: 32, min: 1, max: 32).

9 - Sleep Time

Delay in seconds between thread batches (optional). Increase if encountering rate limit errors.

10 - Fetch users

Fetching user inventory (optional, default: False).

Last updated