Versions Compared

Key

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

...

JSON Viewer
width600
height700
{
  "service": "vnfPolicy",
  "policyName": "OSDF_FRANKFURT.vnfPolicy_URLLC",
  "description": "vnfPolicy",
  "templateVersion": "OpenSource.version.1",
  "version": "test1",
  "priority": "6",
  "riskType": "test",
  "riskLevel": "3",
  "guard": "False",
  "content": {
    "identity": "urllc_prop",
    "policyScope": [
      "NSST-C2","URLLC_1"
    ],
    "policyType": "vnfPolicy",
    "resources": [
      "NSST-C2"
    ],
    "applicableResources": "any",
    "vnfProperties": [
      {
        "inventoryProvider": "aai"
        "inventoryType": "subnet",
        "customerId": "5G-customer"
      },
      {
        "inventoryProvider": "dummy"
        "inventoryType": "subnet",
        "latency": {"operator":"lte", "thresholdValue":"10"},
        "reliability": {"operator":"gte", "thresholdValue":"99.999"}
      }
    ]
  }
}


OPTIMIZATION POLICY

JSON Viewer
width600
height700

...