get_prefixes
Retrieve network prefixes from Nautobot with customizable filters for status, site, role, tenant, VRF, and pagination options. Enhances network automation by querying infrastructure data efficiently.
Instructions
Retrieve network prefixes from Nautobot with filtering options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
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 | Specific network prefix to search for | |
role | No | Role to filter by | |
site | No | Site to filter by | |
status | No | Status to filter by | |
tenant | No | Tenant to filter by | |
vrf | No | VRF to filter by |