HFortix-FortiOS
  • Quick Start Guide
  • Authentication
  • User Guide
  • Methods and Usage
  • API Endpoints
    • Quick Navigation
      • CMDB
      • MONITOR
      • LOG
        • Categories
        • Quick Start
        • All Categories
      • SERVICE
    • API Overview
    • Usage Examples
  • API Reference
  • Topic Guides
  • Code Examples
HFortix-FortiOS
  • API Endpoints
  • LOG
  • Search
  • Edit on GitHub

Search

Overview

The log.search namespace provides configuration management for:

  • Search - Search configuration endpoint.

Quick Start

from hfortix_fortios import FortiOS

fgt = FortiOS(host='192.168.1.99', token='your-token')

# Access endpoints via:
fgt.api.log.search.<endpoint>

Available Endpoints

  • Abort

See Also

  • /api-reference/api-reference/log/index - LOG API overview

  • /fortios/user-guide/client - FortiOS client reference

  • /fortios/user-guide/endpoint-methods - Endpoint methods guide

Previous Next

© Copyright 2026, Herman W. Jacobsen.

Built with Sphinx using a theme provided by Read the Docs.