ansible/test/units/modules/network/junos/fixtures/junos_config.json

29 lines
464 B
JSON
Raw Normal View History

2017-04-27 17:07:15 +02:00
{
"interfaces" : [
{
"interface" : [
{
"name" :
{
"data" : "ae11"
},
"unit" : [
{
"name" :
{
"data" : "0"
},
"description" : [
{
"data" : "Test"
}
]
}
]
}
]
}
]
}