Skip to content

Instantly share code, notes, and snippets.

@premchalmeti
Created July 12, 2021 15:31
Show Gist options
  • Save premchalmeti/dc2955cee14b55ebe3aef72115a34a0b to your computer and use it in GitHub Desktop.
Save premchalmeti/dc2955cee14b55ebe3aef72115a34a0b to your computer and use it in GitHub Desktop.
Network schema file for clish parser
{
"version": "2.0.0",
"created_on": "2021-06-28T17:29:37.714428",
"module": {
"name": "network",
"source_file": "network.xml",
"commands": [
{
"cmd": "network show",
"meta": {
"safe": true
}
},
{
"cmd": "network device add",
"meta": {
"safe": false
}
},
{
"cmd": "network device list",
"meta": {
"safe": true
}
},
{
"cmd": "network device configure rename",
"meta": {
"safe": false
}
},
{
"cmd": "network device configure ip",
"meta": {
"safe": false
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment