@skydive-project/skydive-ui
Version:
Skydive WebUI v2
13 lines • 701 B
Plain Text
{
"data_center": {"filename": "data/example_datacenter/data_centers.csv",
"show": True},
"host": {"filename": "data/example_datacenter/hosts.csv",
"show": True,
"edges": [{"from": ["DataCenter"], "to": {"data_center": ["Name"]}, "RelationType": "ownership"}]},
"vm": {"filename": "data/example_datacenter/vms.csv",
"show": True,
"edges": [{"from": ["Host"], "to": {"host": ["Name"]}, "RelationType": "ownership"},
{"from": ["Application"], "to": {"application": ["Name"]}, "RelationType": "application"}]},
"application": {"filename": "data/example_datacenter/applications.csv",
"show": True}
}