get_ip_addresses
Retrieve IP addresses from Nautobot using filters like address, prefix, status, role, tenant, or VRF. Supports pagination with limit and offset settings for precise results.
Instructions
Retrieve IP addresses from Nautobot with filtering options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | Specific IP address to search for | |
limit | No | Maximum number of results to return (default: 100, max: 1000) | |
offset | No | Number of results to skip for pagination (default: 0) | |
prefix | No | Network prefix to filter by (e.g., 10.0.0.0/24) | |
role | No | Role to filter by (e.g., loopback, secondary, anycast) | |
status | No | Status to filter by (e.g., active, reserved, deprecated) | |
tenant | No | Tenant to filter by | |
vrf | No | VRF to filter by |