e888a99bd28b08ee62be1ceba8cae49f623d7bca
[optf/osdf.git] / examples / policies / 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":"resource_sharing_level",
36                "attribute_location":"resource_sharing_level"
37             },
38                         {
39                "attribute":"ue_mobility_level",
40                "attribute_location":"ue_mobility_level"
41             },
42                         {
43                "attribute":"sst",
44                "attribute_location":"sst"
45             },
46             {
47                "attribute":"AN_latency",
48                "attribute_location":"AN_latency"
49             },
50             {
51                "attribute":"CN_latency",
52                "attribute_location":"CN_latency"
53             },
54             {
55                "attribute":"TN_BH_latency",
56                "attribute_location":"TN_BH_latency"
57             },
58             {
59                "attribute":"model_invariant_id",
60                "attribute_location":"invariantUUID"
61             },
62             {
63                "attribute":"model_version_id",
64                "attribute_location":"UUID"
65             }
66          ]
67       }
68    }
69 }