...
Elite soft json viewer |
---|
{"candidate_id":"1ac71fb8-ad43-4e16-9459-c3f372b8236d",
"candidate_type":"slice_profiles",
"inventory_type":"slice_profiles",
"inventory_provider":"generator",
"cost":"1",
"uniqueness":"true",
"subnet_requirements":{
"core":{"key":"value"},
"ran":{"key":"value"},
"transport":{"key":"value"}},
"slice_requirements":{"key":"value"},
} |
Consumed APIs (AAI)
GET NSI info from AAI
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ "OSDF_FRANKFURT.Threshold_URLLC": { "metadata": { "policy-id": "OSDF_FRANKFURT.Threshold_URLLC", "policy-version": 1 }, "properties": { "geography": [], "identity": "Threshold_URLLC", "resources": [ "URLLC" ], "scope": [ "OSDF_FRANKFURT", "URLLC" ], "services": [ "URLLC" ], "thresholdProperties": [ { "attribute": "latency", "operator": "lte", "threshold": { "get_param": 5 "latency" }, "unit": "ms" }, { "attribute": "reliability", "operator": "gte", "threshold": 99.999{ "get_param": "reliability" }, "unit": "" } ] }, "type": "onap.policies.optimization.resource.ThresholdPolicy", "type_version": "1.0.0", "version": "1.0.0" } } |
...