You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like last value for tag filter is picked.
API call to netbox look like this: GET /api/ipam/prefixes/?limit=0&tag=k8s_eu-pl-1a HTTP/1.1" 200 1901 "-" "Go-http-client/2.0"
Expected Behavior
TAG filters should be combined so that API call would look like this: GET /api/ipam/prefixes/?limit=0&tag=k8s_eu-pl-1a&tag=kubernetes-pod-cidr HTTP/1.1" 200 1901 "-" "Go-http-client/2.0"
Steps to Reproduce
Define multiple filters with name = tag
The text was updated successfully, but these errors were encountered:
Summary
Filtering by multiple TAGs does not work
Version
Netbox version
Terraform version
Provider version
Issue details
Affected Data(s) / Resource(s)
Terraform Configuration Files
Terraform Output
Behaviors
Actual Behavior
Seems like last value for
tag
filter is picked.API call to netbox look like this:
GET /api/ipam/prefixes/?limit=0&tag=k8s_eu-pl-1a HTTP/1.1" 200 1901 "-" "Go-http-client/2.0"
Expected Behavior
TAG filters should be combined so that API call would look like this:
GET /api/ipam/prefixes/?limit=0&tag=k8s_eu-pl-1a&tag=kubernetes-pod-cidr HTTP/1.1" 200 1901 "-" "Go-http-client/2.0"
Steps to Reproduce
name = tag
The text was updated successfully, but these errors were encountered: