mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
35 lines
675 B
JSON
35 lines
675 B
JSON
[
|
|
{
|
|
"model": "extras.graph",
|
|
"pk": 1,
|
|
"fields": {
|
|
"type": 300,
|
|
"weight": 1000,
|
|
"name": "Site Test Graph",
|
|
"source": "http://localhost/na.png",
|
|
"link": ""
|
|
}
|
|
},
|
|
{
|
|
"model": "extras.graph",
|
|
"pk": 2,
|
|
"fields": {
|
|
"type": 200,
|
|
"weight": 1000,
|
|
"name": "Provider Test Graph",
|
|
"source": "http://localhost/provider_graph.png",
|
|
"link": ""
|
|
}
|
|
},
|
|
{
|
|
"model": "extras.graph",
|
|
"pk": 3,
|
|
"fields": {
|
|
"type": 100,
|
|
"weight": 1000,
|
|
"name": "Interface Test Graph",
|
|
"source": "http://localhost/interface_graph.png",
|
|
"link": ""
|
|
}
|
|
}
|
|
] |