Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / 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         },
30         "type": "onap.policies.optimization.resource.ThresholdPolicy",
31         "type_version": "1.0.0",
32         "version": "1.0.0"
33     }
34 }