You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

OOF API updates are available in Network Slicing API Specifications. The updated swagger is available at https://gerrit.onap.org/r/#/c/optf/osdf/+/100477.

OOF impacts are described in OOF_impacts_v1.0.pptx.


API Extensions

SO - OOF

The following are the key parameters that needs to be sent in from SO to OOF:

[unit :

latency - ms

expDataRate - 50 Mbps

survivalTime - ms

jitter - micro sec

connDensity - /km2

trafficDensity - Tbps/km2

]



ATTRIBUTE POLICY:

AfFINITY POLICY
 

VNF POLICY:

VFW VNF POLICY
 


OSDF - HAS:

OSDF - HAS
{
    "name": "urllc_sample",
    "files": {},
    "limit": 10,
	"num_solution": 5,
    "timeout": 1200,
    "template": {
        "homing_template_version": "2018-02-01",
        "demands": {
            "URLLC": [{
                "inventory_provider": "aai",
                "inventory_type": "service",
                "region": "RegionOne",
                "attributes": {
                    "prov-status": "ACTIVE",
                    "global-customer-id": "Demonstration",
                    "model-invariant-id": "1dc4fcc4-0895-4b76-8126-34ebfe875859",
        			"model-version-id": "b99f698c-130a-4141-82c9-dbabaed7581d"
                }
            }]
        },
        "constraints": {
        	"service_profile_attr": {
          		"type": "attribute",
			    "demands": ["URLLC"],
			    "properties": {
					"evaluate":{
						"latency": "{lte : 4}"
						"reliability": "{gte : 99.999}"
					}
			    }
          }
        }
    }
}
  • No labels