Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / bak_nsi_policies / query_nsi.json
1 {
2     "queryPolicy_{{ service_name }}": {
3         "type": "onap.policies.optimization.service.QueryPolicy",
4         "version": "1.0.0",
5         "type_version": "1.0.0",
6         "metadata": {
7             "policy-id": "queryPolicy_{{ service_name }}",
8             "policy-version": 1
9         },
10         "properties": {
11             "scope": [
12                 "shared,reuse",
13                 "shared,create_new",
14                 "non-shared"
15             ],
16             "services": [
17                 "{{ service_name }}"
18             ],
19             "geography": [],
20             "identity": "queryPolicy_{{ service_name }}",
21             "queryProperties": [
22                 {
23                     "attribute": "latency",
24                     "attribute_location": "latency"
25                 },
26                 {
27                     "attribute": "max_number_of_ues",
28                     "attribute_location": "max_number_of_ues"
29                 },
30                 {
31                     "attribute": "s_nssai",
32                     "attribute_location": "s_nssai"
33                 },
34                 {
35                     "attribute": "activity_factor",
36                     "attribute_location": "activity_factor"
37                 },
38                 {
39                     "attribute": "resource_sharing_level",
40                     "attribute_location": "resource_sharing_level"
41                 },
42                 {
43                     "attribute": "ue_mobility_level",
44                     "attribute_location": "ue_mobility_level"
45                 },
46                 {
47                     "attribute": "sst",
48                     "attribute_location": "sst"
49                 },
50                 {
51                     "attribute": "AN_latency",
52                     "attribute_location": "AN_latency"
53                 },
54                 {
55                     "attribute": "CN_latency",
56                     "attribute_location": "CN_latency"
57                 },
58                 {
59                     "attribute": "TN_BH_latency",
60                     "attribute_location": "TN_BH_latency"
61                 },
62                 {
63                     "attribute": "model_invariant_id",
64                     "attribute_location": "invariantUUID"
65                 },
66                 {
67                     "attribute": "model_version_id",
68                     "attribute_location": "UUID"
69                 }
70             ]
71         }
72     }
73 }