netbox_device_interfaces
List a NetBox device's interfaces to compare with live state and detect configuration drift. Returns interface details such as name, type, enabled status, and description.
Instructions
[READ] List a NetBox device's interfaces (name, type, enabled, description).
The intended interface inventory from source-of-truth — compare against live device state (get_interfaces) to spot drift.
Returns {"interfaces": [...], "returned": N, "limit": L, "truncated": bool}.
Do NOT report drift from a truncated list — re-run with a higher limit.
Args: device: Exact NetBox device name (see netbox_list_devices). limit: Maximum interfaces to return (default 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| device | Yes |