diff options
author | John Estabrook <jestabro@vyos.io> | 2022-07-29 12:14:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 12:14:13 -0500 |
commit | 516b86bb970c7e039b58e554cb3b22e8f996841f (patch) | |
tree | 9cd51989cd3fb03ca0d88c32cf0cc6d8c04bb892 /data | |
parent | b5d9ebf16f63b86013ce4e72a8023ac65fc2df8d (diff) | |
parent | fa8dcff5d2e18ded5310d3f86ea0dc1bf2795af8 (diff) | |
download | vyos-1x-516b86bb970c7e039b58e554cb3b22e8f996841f.tar.gz vyos-1x-516b86bb970c7e039b58e554cb3b22e8f996841f.zip |
Merge pull request #1432 from jestabro/gql-op-mode
graphql: T4554: Automate GraphQL handling of standardized op-mode requests
Diffstat (limited to 'data')
-rw-r--r-- | data/op-mode-standardized.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/op-mode-standardized.json b/data/op-mode-standardized.json new file mode 100644 index 000000000..4dccbba7f --- /dev/null +++ b/data/op-mode-standardized.json @@ -0,0 +1,7 @@ +[ +"cpu.py", +"memory.py", +"neighbor.py", +"route.py", +"version.py" +] |