List address objects
list_address_objectsList firewall address objects filtered by name substring, type, or virtual domain to see the named sources and destinations policies reference. Check counts and paging fields before large scans.
Instructions
List firewall address objects, optionally filtered.
Address objects are the named source and destination values that policies reference. Each is reported with its type and a single readable value, so a subnet object shows CIDR, an FQDN object shows the hostname, and a MAC object shows the MAC addresses.
Compare count against total_available before concluding anything
about the whole table. When truncated is present this is one page and
next_offset says where the following one begins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vdom | No | Virtual domain to read. Defaults to the one configured for this target. The `vdom` field in the response names the one actually read. | |
| limit | No | Maximum objects to return. Defaults to 200, capped at 1000. | |
| offset | No | Index to start from, for paging through a large table. | |
| target | No | Which FortiGate to query. Optional when only one is configured. | |
| address_type | No | Exact FortiOS type filter, such as ipmask, fqdn, iprange, geography, or mac. | |
| name_contains | No | Case-insensitive substring filter on the object NAME only, never the value. Searching for a subnet or an IP finds nothing here; search_config is the tool that looks at values. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||