2ce441bba66912f9b3b0a136ae72adf7ece7c9a2
[optf/osdf.git] / examples / policies / nst_policies / query_policy_nst.json
1 {
2    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
3    "topology_template": {
4       "policies": [
5 {
6     "queryPolicy_nst": {
7         "type": "onap.policies.optimization.service.QueryPolicy",
8         "version": "1.0.0",
9         "type_version": "1.0.0",
10         "metadata": {
11             "policy-id": "queryPolicy_nst",
12             "policy-version": 1
13         },
14         "properties": {
15             "scope": [
16                 "OSDF_GUILIN"
17             ],
18             "services": [
19                 "nst"
20             ],
21             "geography": [],
22             "identity": "queryPolicy_nst",
23             "queryProperties": [
24                 {
25                     "attribute": "latency",
26                     "attribute_location": "latency"
27                 },
28                 {
29                     "attribute": "areaTrafficCapDL",
30                     "attribute_location": "areaTrafficCapDL"
31                 }
32             ]
33         }
34     }
35 }
36     ]
37    }
38 }