update link to upper-constraints.txt
[optf/osdf.git] / test / policy-local-files / thresholdPolicy_URLLC_Core_1.json
1 {
2                    "OSDF_FRANKFURT.Threshold_URLLC_Core_1":{
3                       "type":"onap.policies.optimization.resource.ThresholdPolicy",
4                       "version":"1.0.0",
5                       "type_version":"1.0.0",
6                       "metadata":{
7                          "policy-id":"OSDF_FRANKFURT.Threshold_URLLC_Core_1",
8                          "policy-version":1
9                       },
10                       "properties":{
11                          "scope":[
12                             "OSDF_FRANKFURT",
13                             "URLLC_1",
14                             "URLLC_Core_1"
15                          ],
16                          "resources":[
17                             "URLLC_Core_1"
18                          ],
19                          "services":[
20                             "URLLC_1"
21                          ],
22                          "geography": [],
23                          "identity":"Threshold_URLLC_Core_1",
24                          "thresholdProperties":[
25                                {
26                                   "attribute":"latency",
27                                   "operator":"lte",
28                                   "threshold":5,
29                                   "unit":"ms"
30                                },
31                                {
32                                   "attribute":"reliability",
33                                   "operator":"gte",
34                                   "threshold":99.999,
35                                   "unit":""
36                                }
37
38                          ]
39                       }
40                    }
41 }