domotz_network
Configure network scan policies, manage interfaces, and exclude devices from monitoring on Domotz collectors.
Instructions
Manage network scan policies, interfaces, routed networks, and excluded devices. Use the "action" parameter to select an operation. Requires agent_id for all actions.
ACTION REFERENCE:
get_external_scan_policy: Get external host scan policy for a collector
set_external_scan_policy: Set external host scan policy (needs body)
delete_external_scan_policy: Delete external host scan policy
get_interfaces: List network interfaces on a collector
get_interfaces_policy: Get interfaces scanning policy
set_interfaces_policy: Set interfaces scanning policy (needs body)
delete_interfaces_policy: Delete interfaces scanning policy
get_ip_scan_policy: Get IP scan policy
set_ip_scan_policy: Set IP scan policy (needs body)
delete_ip_scan_policy: Delete IP scan policy
create_routed_network: Add a routed network to monitor (needs body)
list_excluded: List devices excluded from monitoring
add_excluded: Exclude a device from monitoring (needs device_id)
delete_excluded: Remove a device from the exclusion list (needs device_id)
EXAMPLES:
Show interfaces: {"action": "get_interfaces", "agent_id": 5}
Get IP scan policy: {"action": "get_ip_scan_policy", "agent_id": 5}
List excluded devices: {"action": "list_excluded", "agent_id": 5}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (JSON object) | |
| action | Yes | The operation to perform | |
| agent_id | No | Agent/Collector ID | |
| device_id | No | Device ID (for excluded devices) |