Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / trtnsst / threshold_nsi.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                 "shared,reuse",
15                 "shared,create_new",
16                 "non-shared"
17             ],
18             "services": [
19                 "{{ service_name }}"
20             ],
21             "thresholdProperties": [
22                 {
23                     "attribute": "latency",
24                     "operator": "lte",
25                     "threshold": {
26                         "get_param": "latency"
27                     },
28                     "unit": "ms"
29                 }
30             ]
31         },
32         "type": "onap.policies.optimization.resource.ThresholdPolicy",
33         "type_version": "1.0.0",
34         "version": "1.0.0"
35     }
36 }