Skip to content

Instantly share code, notes, and snippets.

@tzach
Last active June 28, 2021 17:14
Show Gist options
  • Save tzach/2ea4e7ac791e9fd24d283cc6912cebcb to your computer and use it in GitHub Desktop.
Save tzach/2ea4e7ac791e9fd24d283cc6912cebcb to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"id": 1,
"name": "A",
"state": "Up"
},
{
"id": 2,
"name": "B",
"state": "Up"
},
{
"id": 3,
"name": "C",
"state": "Up"
},
{
"id": 4,
"name": "D",
"state": "Down"
},
{
"id": 5,
"name": "E",
"state": "Down"
}
],
"links": [
{
"source": 1,
"target": 2
},
{
"source": 1,
"target": 5
},
{
"source": 2,
"target": 3
},
{
"source": 3,
"target": 4
},
{
"source": 4,
"target": 5
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment