Skip to main content

WorkflowExecution

History of manual or automatic operations realized on the factory

Introduction

VNFaaS functional API for catalog browsing and VNF lifecycle operations.

Find workflow executions by filtering attributes

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)