Read what the appliance is configured to monitor
list_network_configCheck the appliance's configured monitored networks, zones, firewall rules, and interfaces to diagnose why assets are missing from inventory.
Instructions
Returns the appliance's network CONFIGURATION — what it is set up to watch, as opposed to list_segments_and_zones and get_communication_paths, which report what it has actually observed.
Reach for this when inventory looks wrong. If an asset is missing from query_assets, the usual cause is that its subnet isn't an enabled monitored network — nothing was ever captured, so the asset cannot exist in the data.
kind selects what to read:
• monitored_networks — subnets the appliance captures. Adds a coverage block naming any DISABLED subnets, which are blind spots
• network_areas — named groupings, incl. whether each supports active queries
• zones — the coarsest grouping, above segments
• firewall_rules — appliance firewall operations/targets
• tcp_port_pinnings — IP/port pinning rules that force protocol interpretation
• network_interfaces — interfaces seen, by MAC and family
READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| after | No | ||
| limit | No | ||
| target_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||