RefreshServer

Configuration endpoint for user/fsso.

Python Attribute

fgt.api.monitor.user.fsso

Available Methods

  • post() - POST operation

Examples

from hfortix_fortios import FortiOS

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

# Create new item
result = fgt.api.monitor.user.fsso.post(
)

Method Reference

post()

post(
    payload_dict=None,
    raw_json=False,
    **kwargs
)

Refresh remote agent group list for all fsso agents.