Files
weave-scope/experimental/_integration/test_extra_report.json
2015-05-22 13:20:00 +02:00

64 lines
1.1 KiB
JSON

{
"Process": {
"Adjacency": {
"hostX|;1.2.3.4;80": [
";192.168.1.1;10747",
"theinternet"
],
"hostX|;192.168.1.1;10747": [
"theinternet"
]
},
"EdgeMetadatas": {},
"NodeMetadatas": {
";1.2.3.4;80": {
"domain": "node-1.2.3.4",
"name": "apache",
"pid": "4000"
},
";192.168.1.1;10747": {
"domain": "node-192.168.1.1",
"name": "curl",
"pid": "4001"
}
}
},
"Network": {
"Adjacency": {
"hostX|;1.2.3.4": [
";192.168.1.1",
"theinternet"
],
"hostX|;192.168.1.1": [
"theinternet",
";192.168.1.1"
]
},
"EdgeMetadatas": {},
"NodeMetadatas": {
";1.2.3.4": {
"name": "1.2.3.4"
},
";192.168.1.1": {
"name": "192.168.1.1"
}
}
},
"HostMetadatas": {
"hostX": {
"Timestamp": "2014-10-28T23:12:23.451728464Z",
"Hostname": "host-x",
"Addresses": null,
"LocalNets": [
{
"IP": "192.168.0.0",
"Mask": "//8AAA=="
}
],
"OS": "linux"
}
}
}