v1

latestSwagger 2.0Apache 2.02026-07-17574.9 KB
Deployment of VNF Containers

Create Kubernetes based VNFs.

Endpoint to create Kubernetes based VNFs.

post/vnf_instances

Request body

cloud_region_idstring
csar_idstring
namespacestring
oof_parametersobject[]

Example request

{
  "oof_parameters": [
    {
      "key1": "value1",
      "key2": "value2",
      "key3": {}
    }
  ]
}

Response

successful operation

vnf_idstring
namestring
All 5 operations