mirror of
https://github.com/Telecominfraproject/ols-ucentral-client.git
synced 2025-10-29 00:52:33 +00:00
Use https://codebeautify.org/jsonviewer to beautify all configs. Signed-off-by: Serhiy Boiko <serhiy.boiko@plvision.eu> Change-Id: I4e82ae96927d4f63027c68f17d2179adb9f09052
36 lines
551 B
JSON
36 lines
551 B
JSON
{
|
|
"ethernet": [
|
|
{
|
|
"duplex": "full",
|
|
"enabled": true,
|
|
"speed": 1000,
|
|
"select-ports": [
|
|
"Ethernet1",
|
|
"Ethernet2"
|
|
]
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"vlan": {
|
|
"id": 10,
|
|
"proto": "802.1q"
|
|
},
|
|
"ethernet": [
|
|
{
|
|
"select-ports": [
|
|
"Ethernet1",
|
|
"Ethernet2"
|
|
],
|
|
"vlan-tag": "tagged"
|
|
}
|
|
],
|
|
"name": "mgmt",
|
|
"role": "upstream",
|
|
"services": []
|
|
}
|
|
],
|
|
"services": {},
|
|
"uuid": 3
|
|
}
|