X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tutorials%2F5GE2ENetworkSlicing%2Fcommon%2Fpolicies%2Fgen_nssi_policies%2Fquery_nssi.json;fp=tutorials%2F5GE2ENetworkSlicing%2Fcommon%2Fpolicies%2Fgen_nssi_policies%2Fquery_nssi.json;h=ea45724375f0f1539527b73f8f7b5e617e636bd6;hb=142b5372b98ac9fbe0e8c847d90a52952e09f948;hp=0000000000000000000000000000000000000000;hpb=554afbb5729fe19b6d978d4add1b4b7c6e34ef7a;p=demo.git diff --git a/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/query_nssi.json b/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/query_nssi.json new file mode 100644 index 00000000..ea457243 --- /dev/null +++ b/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/query_nssi.json @@ -0,0 +1,46 @@ +{ + "tosca_definitions_version": "tosca_simple_yaml_1_1_0", + "topology_template": { + "policies": [ + { + "queryPolicy_EmbbCn_External": { + "type": "onap.policies.optimization.service.QueryPolicy", + "version": "1.0.0", + "type_version": "1.0.0", + "metadata": { + "policy-id": "queryPolicy_EmbbCn_External", + "policy-version": 1 + }, + "properties": { + "scope": [ + "OSDF_GUILIN" + ], + "services": [ + "EmbbCn_External" + ], + "geography": [], + "identity": "queryPolicy_EmbbCn_External", + "queryProperties": [ + { + "attribute": "latency", + "attribute_location": "latency" + }, + { + "attribute": "reliability", + "attribute_location": "reliability" + }, + { + "attribute": "model_invariant_id", + "attribute_location": "invariantUUID" + }, + { + "attribute": "model_version_id", + "attribute_location": "UUID" + } + ] + } + } + } + ] + } +}