added code

This commit is contained in:
Johannes Erwerle 2025-07-13 14:23:13 +02:00
parent 9edd602376
commit 894687da0f
7 changed files with 1489 additions and 0 deletions

View file

@ -0,0 +1,19 @@
query vms {
vms: virtual_machine_list(filters: {name: {exact: "test"}}) {
name
id
vcpus
disk
memory
interfaces {
name
ip_addresses {
id
vrf {
id
}
address
}
}
}
}