Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleSample Query Policy
linenumberstrue
collapsetrue
{
   "tosca_definitions_version":"tosca_simple_yaml_1_1_0",
   "topology_template":{
      "policies":[
         {
            "OSDF_FRANKFURT.queryPolicy_URLLC_1":{
               "type":"onap.policies.optimization.service.QueryPolicy",
               "version":"1.0.0",
               "type_version":"1.0.0",
               "metadata":{
                  "policy-id":"OSDF_FRANKFURT.queryPolicy_URLLC_1",
                  "policy-version":1
               },
               "properties":{
                  "scope":[
                     "OSDF_FRANKFURT"
                  ],
                  "services":[
                     "URLLC_Core_1"
                  ],
                  "geography":[],
                  "identity":"queryPolicy_URLLC_1",
                  "queryProperties":[
                     {
                        "attribute":"latency",
                        "attribute_location":"serviceProfilesliceProfile.latency"
                     }
                  ]
               }
            }
         }
      ]
   },
   "name":"ToscaServiceTemplateSimple",
   "version":"1.0.0"
}

...