Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / bak_nssi_policies / threshold_nssi.json
1 {
2     "Threshold_{{ service_name }}": {
3         "metadata": {
4             "policy-id": "Threshold_{{ service_name }}",
5             "policy-version": 1
6         },
7         "properties": {
8             "geography": [],
9             "identity": "Threshold_{{ service_name }}",
10             "resources": [
11                 "{{ service_name }}"
12             ],
13             "scope": [
14                 "OSDF_GUILIN"
15             ],
16             "services": [
17                 "{{ service_name }}"
18             ],
19             "thresholdProperties": [
20                 {
21                     "attribute": "latency",
22                     "operator": "lte",
23                     "threshold": {
24                         "get_param": "latency"
25                     },
26                     "unit": "ms"
27                 },
28                 {
29                     "attribute": "reliability",
30                     "operator": "gte",
31                     "threshold": {
32                         "get_param": "reliability"
33                     },
34                     "unit": ""
35                 }
36             ]
37         },
38         "type": "onap.policies.optimization.resource.ThresholdPolicy",
39         "type_version": "1.0.0",
40         "version": "1.0.0"
41     }
42 }