ImportRemote#

Configuration endpoint for vpn_certificate/remote.

Python Attribute#

fgt.api.monitor.vpn_certificate.remote

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.vpn_certificate.remote.post(
    scope='value',  # optional
    file_content='value',  # optional
)

Method Reference#

post()#

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

Import remote certificate.