summaryrefslogtreecommitdiffstats
path: root/src/app/assets/configuration/dsl_hints.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/assets/configuration/dsl_hints.json')
-rw-r--r--src/app/assets/configuration/dsl_hints.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/app/assets/configuration/dsl_hints.json b/src/app/assets/configuration/dsl_hints.json
new file mode 100644
index 0000000..b90d9c4
--- /dev/null
+++ b/src/app/assets/configuration/dsl_hints.json
@@ -0,0 +1,36 @@
+{
+
+ "notation01": {
+ "notation": "complex*",
+ "description": "Display Complex"
+ },
+ "notation02": {
+ "notation": "complex*(<Indexed Parameter>,<value>)",
+ "description": "Display Complex by Indexed Parameter"
+ },
+ "notation03": {
+ "notation": "complex(<Indexed Parameter>,<value>) > cloud-region*",
+ "description": "Traverse from Complex to Cloud-region"
+ },
+ "notation05": {
+ "notation": "Asterix *",
+ "description": "Select *"
+ },
+ "notation06": {
+ "notation": " complex > [cloud-region*, availability-zone*]",
+ "description": "Display union of nodes"
+ },
+ "notation07": {
+ "notation": "Negation !",
+ "description": "Negation"
+ },
+ "notation08": {
+ "notation": "LIMIT",
+ "description": "Limit the results"
+ },
+ "notation09": {
+ "notation": "Alt+H",
+ "description": "Inline Help Page"
+ }
+
+} \ No newline at end of file