Created
July 12, 2021 15:31
-
-
Save premchalmeti/dc2955cee14b55ebe3aef72115a34a0b to your computer and use it in GitHub Desktop.
Network schema file for clish parser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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