mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
64 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|