Status
Status of the North Backend
VNFaaS functional API for catalog browsing and VNF lifecycle operations.
VNFaaS functional API for catalog browsing and VNF lifecycle operations.
Some VNF models require allocating IP addresses before provisioning the VNF because the requester need to know these addresses to fully configure the VNF
The state of the created VNF will be draft or designed.
Delete a VNF and its technical resources provisionned in infrastructure, if exist
Deprovision a VNF
The value of a filtering attribute could be a single value (e.g., name=my-vnf), a list of values (e.g., name=vnf1,vnf2), an operator such as eq (equals), ne (not equals), gt (greater than), gte (greater than or equals), lt (lesser than), lte (lesser than or equals) followed by a single value (e.g., name=ne:my-vnf), or a set operator in or nin (not in) followed by a list of values (e.g., name=nin:my-vnf1,my-vnf2)
The value of a filtering attribute could be a single value (e.g., name=my-vnf), a list of values (e.g., name=vnf1,vnf2), an operator such as eq (equals), ne (not equals), gt (greater than), gte (greater than or equals), lt (lesser than), lte (lesser than or equals) followed by a single value (e.g., name=ne:my-vnf), or a set operator in or nin (not in) followed by a list of values (e.g., name=nin:my-vnf1,my-vnf2)
Find workflow executions for a given vnf in a given project, with optional pagination and sorting.
Get the list of available API versions.
Get the CPU usage of the given virtual device for a period of time and according to a step that could not be under 5 minutes. And this step depends on the period of time (bigger step for large period).
Get the disk usage of the given virtual device for a period of time and according to a step that could not be under 5 minutes. And this step depends on the period of time (bigger step for large period). This usage corresponds to the amount of bytes/s written on the disk per step during the period of time.
Get the memory (RAM) usage of the given virtual device for a period of time and according to a step that could not be under 5 minutes. And this step depends on the period of time (bigger step for large period).
Get the network usage of the given virtual device for a period of time and according to a step that could not be under 5 minutes. And this step depends on the period of time (bigger step for large period). This usage corresponds to the amount of traffic exchanged (received and transmitted) in kilobytes per step during the period of time.
Get the live status coming from monitoring data of the given virtual device
Get status of Backend North
Get a VNF by its identifier.
Get a workflowExecution by its identifier, for a given vnf in a given project.
Patch VNF
Create the technical resources in the infrastructure to instantiate the VNF.
Status
The state of the created VNF will be draft or designed.
Version
VNF