Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / src / app / assets / configuration / dsl_hints.json
diff --git a/src/app/assets/configuration/dsl_hints.json b/src/app/assets/configuration/dsl_hints.json
new file mode 100644 (file)
index 0000000..b90d9c4
--- /dev/null
@@ -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