update netbox to 4.3.1
This commit is contained in:
parent
3bf8066516
commit
d1f643b888
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue