X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=tutorials%2F5GE2ENetworkSlicing%2Fcommon%2Fpolicies%2Fnssi_policies%2Fquery_nssi.json;fp=tutorials%2F5GE2ENetworkSlicing%2Fcommon%2Fpolicies%2Fnssi_policies%2Fquery_nssi.json;h=5de6b58cd5de26b00e5977a9746444646fa4a6c1;hp=0000000000000000000000000000000000000000;hb=142b5372b98ac9fbe0e8c847d90a52952e09f948;hpb=554afbb5729fe19b6d978d4add1b4b7c6e34ef7a diff --git a/tutorials/5GE2ENetworkSlicing/common/policies/nssi_policies/query_nssi.json b/tutorials/5GE2ENetworkSlicing/common/policies/nssi_policies/query_nssi.json new file mode 100644 index 00000000..5de6b58c --- /dev/null +++ b/tutorials/5GE2ENetworkSlicing/common/policies/nssi_policies/query_nssi.json @@ -0,0 +1,39 @@ +{ + "queryPolicy_{{ service_name }}": { + "type": "onap.policies.optimization.service.QueryPolicy", + "version": "1.0.0", + "type_version": "1.0.0", + "metadata": { + "policy-id": "queryPolicy_{{ service_name }}", + "policy-version": 1 + }, + "properties": { + "scope": [ + "OSDF_GUILIN" + ], + "services": [ + "{{ service_name }}" + ], + "geography": [], + "identity": "queryPolicy_{{ service_name }}", + "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" + } + ] + } + } +}