netbox_list_objects
Retrieve objects from a NetBox endpoint with optional filters and limit. Specify an endpoint like ipam.prefixes and get matching records.
Instructions
List/search objects at a NetBox endpoint.
Args:
endpoint: An "app.endpoint" string, e.g. "ipam.prefixes". See
netbox_list_endpoints for valid values.
filters: Optional field filters applied server-side, e.g.
{"site": "ams1", "status": "active"}. Omit to list all objects.
limit: Maximum number of objects to return (default 50, use 0 for
no limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| filters | No | ||
| endpoint | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |