Updated Sparky to add ECOMP functionality Browse, Specialized Search, BYOQ, and the...
[aai/sparky-fe.git] / src / app / assets / configuration / dsl_hints.json
1 {
2
3   "notation01": {
4     "notation": "complex*",
5     "description": "Display Complex"
6   },
7   "notation02": {
8     "notation": "complex*(<Indexed Parameter>,<value>)",
9     "description": "Display Complex by Indexed Parameter"
10   },
11   "notation03": {
12     "notation": "complex(<Indexed Parameter>,<value>) > cloud-region*",
13     "description": "Traverse from Complex to Cloud-region"
14   },
15   "notation05": {
16     "notation": "Asterix *",
17     "description": "Select *"
18   },
19   "notation06": {
20     "notation": " complex > [cloud-region*, availability-zone*]",
21     "description": "Display union of nodes"
22   },
23   "notation07": {
24     "notation": "Negation !",
25     "description": "Negation"
26   },
27   "notation08": {
28     "notation": "LIMIT",
29     "description": "Limit the results"
30   },
31   "notation09": {
32     "notation": "Alt+H",
33     "description": "Inline Help Page"
34   }
35
36 }