Add support to process NSI selection request
[optf/osdf.git] / test / policy-local-files / slice-selection-files / threshold_policy_nssi.json
1
2          {
3             "OSDF_GUILIN.Threshold_URLLC":{
4                "metadata":{
5                   "policy-id":"OSDF_GUILIN.Threshold_URLLC",
6                   "policy-version":1
7                },
8                "properties":{
9                   "geography":[
10
11                   ],
12                   "identity":"Threshold_URLLC",
13                   "resources":[
14                      "embb-cn"
15                   ],
16                   "scope":[
17                      "SHARED"
18                   ],
19                   "services":[
20                      "embb-cn"
21                   ],
22                   "thresholdProperties":[
23                      {
24                         "attribute":"latency",
25                         "operator":"lte",
26                         "threshold":{
27                            "get_param":"latency"
28                         },
29                         "unit":"ms"
30                      },
31                      {
32                         "attribute":"reliability",
33                         "operator":"gte",
34                         "threshold":{
35                            "get_param":"reliability"
36                         },
37                         "unit":""
38                      }
39                   ]
40                },
41                "type":"onap.policies.optimization.resource.ThresholdPolicy",
42                "type_version":"1.0.0",
43                "version":"1.0.0"
44             }
45          }
46