Ipv6#

Configuration endpoint for router/ipv6.

Python Attribute#

fgt.api.monitor.router.ipv6

Available Methods#

  • get() - GET operation

Examples#

from hfortix_fortios import FortiOS

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

# List all items
items = fgt.api.monitor.router.ipv6.get()

Method Reference#

get()#

get(
    operator=None,
    ip_mask=None,
    gateway=None,
    type=None,
    origin=None,
    interface=None,
    payload_dict=None,
    raw_json=False,
    **kwargs
)

List all active IPv6 routing table entries.