mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
27 lines
411 B
JSON
27 lines
411 B
JSON
[
|
|
{
|
|
"model": "circuits.circuittype",
|
|
"pk": 1,
|
|
"fields": {
|
|
"name": "Internet",
|
|
"slug": "internet"
|
|
}
|
|
},
|
|
{
|
|
"model": "circuits.circuittype",
|
|
"pk": 2,
|
|
"fields": {
|
|
"name": "Private WAN",
|
|
"slug": "private-wan"
|
|
}
|
|
},
|
|
{
|
|
"model": "circuits.circuittype",
|
|
"pk": 3,
|
|
"fields": {
|
|
"name": "Out-of-Band",
|
|
"slug": "out-of-band"
|
|
}
|
|
}
|
|
]
|