Cleanup sparky-be pom
[aai/sparky-be.git] / sparkybe-onap-application / config / filters / aaiui_filters.json
1 {
2         "filters": [{
3                 "filterId": "1",
4                 "filterName": "Orchestration-Status",
5                 "displayName": "Orchestration Status",
6                 "dataType": "dropDown",
7                 "multiSelect": "false",
8                 "watermark": "Any Orchestration Status",
9                 "optionsType": "options",
10                 "dataSource": {
11                         "indexName": "aggregate_generic-vnf_index",
12                         "docType": "default",
13                         "fieldName": "orchestration-status"
14                 }
15         },
16         {
17                 "filterId": "2",
18                 "filterName": "Prov-Status",
19                 "displayName": "Provisioning Status",
20                 "dataType": "dropDown",
21                 "multiSelect": "false",
22                 "watermark": "Any Provisioning Status",
23                 "optionsType": "options",
24                 "dataSource": {
25                         "indexName": "aggregate_generic-vnf_index",
26                         "docType": "default",
27                         "fieldName": "prov-status"
28                 }
29         },
30         {
31                 "filterId": "5",
32                 "filterName": "Date",
33                 "displayName": "Date",
34                 "dataType": "date",
35                 "multiSelect": "false",
36                 "watermark": "Choose Date Range",
37                 "defaultValue": {
38                         "decode": "Today",
39                         "code": "last_0_hours"
40                 },
41                 "optionsType": "dynamicOptions",
42                 "optionsValues": [{
43                         "decode": "Today",
44                         "code": "last_0_hours"
45                 },
46                 {
47                         "decode": "Since Yesterday",
48                         "code": "last_1_days"
49                 },
50                 {
51                         "decode": "Since Last Week",
52                         "code": "last_1_weeks"
53                 },
54                 {
55                         "decode": "Since Last Month",
56                         "code": "last_1_months"
57                 },
58                 {
59                         "decode": "Since Last Year",
60                         "code": "last_1_years"
61                 },
62                 {
63                         "decode": "Custom Range",
64                         "code": "custom_range"
65                 }]
66         },
67         {
68                 "filterId": "7",
69                 "filterName": "nf-type",
70                 "displayName": "Network Function Type",
71                 "dataType": "dropDown",
72                 "multiSelect": "false",
73                 "watermark": "Any Network Function Type",
74                 "optionsType": "options",
75                 "dataSource": {
76                         "indexName": "aggregate_generic-vnf_index",
77                         "docType": "default",
78                         "fieldName": "nf-type"
79                 }
80         },
81         {
82                 "filterId": "8",
83                 "filterName": "nf-role",
84                 "displayName": "Network Function Role",
85                 "dataType": "dropDown",
86                 "multiSelect": "false",
87                 "watermark": "Any Network Function Role",
88                 "optionsType": "options",
89                 "dataSource": {
90                         "indexName": "aggregate_generic-vnf_index",
91                         "docType": "default",
92                         "fieldName": "nf-role"
93                 }
94         }]
95 }