monitor_get
Retrieve real-time operational data from any FortiOS monitor endpoint. Use paths like system/status or firewall/session to get current status and metrics.
Instructions
Retrieve real-time operational data from any monitor endpoint.
Covers any GET on /api/v2/monitor/{monitor_path}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_path | Yes | Monitor resource path. Examples: 'system/status', 'firewall/session', 'vpn/ipsec', 'router/ipv4', 'wifi/managed_ap', 'user/firewall' | |
| extra_params | No | Optional JSON string with additional query parameters. Example: '{"tunnel_name": "my-vpn"}' | |
| vdom | No | Target VDOM name. Defaults to the server default VDOM. Use '*' for all VDOMs (super-admin required). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||