Update the haproxy to use the latest certificate
[aai/test-config.git] / data-router / filters / aaiui_filters.json
1 {
2     "filters": [
3         {
4             "filterId": "1",
5             "filterName": "Orchestration-Status",
6             "displayName": "Orchestration Status",
7             "dataType": "list",
8             "dataSource": {
9                 "indexName": "aggregate_generic-vnf_index-localhost",
10                 "docType": "default",
11                 "fieldName": "orchestration-status"
12             }
13         },
14         {
15             "filterId": "2",
16             "filterName": "Prov-Status",
17             "displayName": "Provisioning Status",
18             "dataType": "list",
19             "dataSource": {
20                 "indexName": "aggregate_generic-vnf_index-localhost",
21                 "docType": "default",
22                 "fieldName": "prov-status"
23             }
24         },
25         {
26             "filterId": "7",
27             "filterName": "NF-Type",
28             "displayName": "Network Function Type",
29             "dataType": "list",
30             "dataSource": {
31                 "indexName": "aggregate_generic-vnf_index-localhost",
32                 "docType": "default",
33                 "fieldName": "nf-type"
34             }
35         },
36         {
37             "filterId": "8",
38             "filterName": "NF-Role",
39             "displayName": "Network Function Role",
40             "dataType": "list",
41             "dataSource": {
42                 "indexName": "aggregate_generic-vnf_index-localhost",
43                 "docType": "default",
44                 "fieldName": "nf-role"
45             }
46         }
47     ]
48 }