update netbox to 4.3.1

This commit is contained in:
Franzi 2025-05-14 14:21:45 +01:00
parent 3bf8066516
commit d1f643b888
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 5 additions and 5 deletions

View file

@ -34,7 +34,7 @@ QUERY_SITES = """{
}"""
QUERY_DEVICES = """{
device_list(filters: {tag: "bundlewrap", site_id: "SITE_ID"}) {
device_list(filters: {site_id: "SITE_ID", tags: {name: {exact: "bundlewrap"}}}) {
name
id
}