feat(agent): vms/lxc collectors for runtime and detail with fixtures
This commit is contained in:
parent
ec7f08dfda
commit
da5ed6cd08
6 changed files with 299 additions and 0 deletions
17
agent/test/fixtures/pvesh/qemu_100_agent_interfaces.json
vendored
Normal file
17
agent/test/fixtures/pvesh/qemu_100_agent_interfaces.json
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"result": [
|
||||
{
|
||||
"name": "lo",
|
||||
"ip-addresses": [
|
||||
{ "ip-address": "127.0.0.1", "ip-address-type": "ipv4" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "eth0",
|
||||
"ip-addresses": [
|
||||
{ "ip-address": "192.168.1.10", "ip-address-type": "ipv4" },
|
||||
{ "ip-address": "fe80::a", "ip-address-type": "ipv6" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue