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