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

Compare with Current View Page History

« Previous Version 11 Current »

Overview

The OPNFV Connectivity Services LSO project (short name LSOAPI) is a project being run within the Linux Foundation open source project Open Platform for NFV (OPNFV). The LSOAPI project was created to develop open standard APIs exposing capabilities of open source SDN controller platforms to configure networked elements to provide business services. 

The LSOAPI project wiki is accessed via the link below. The project description, objectives, documentation and other applicable information is provided on the wiki page. The exception is the API documentation in HTML format, which is hosted in this space. At the time of this writing we are not aware of availability of a web server provided by the Linux Foundation for sharing project documentation in HTML format so are providing the documentation in CableLabs wiki space.

 

LSOAPI project main wiki page:  https://wiki.opnfv.org/lsoapi

LSOAPI project documentation wiki page: https://wiki.opnfv.org/lsoapi/documents

 

 

CRUD Instances of MEF Defined Services

CRUD Instances of MEF Defined Services

CRUD Instances MEF EPL Service, returns JSON representing created EPL instance

post

Create an new EPL instance

put

Modify an existing EPL instance

get

Query an existing EPL instance

delete

delete an existing EPL instance

Get a list of all EPL instances

get

Query a list of all existing EPL instances

CRUD MEF EVC Instances

CRUD MEF EVC Instances

post

Create an new EVC instance

put

Modify an existing EVC instance

get

Query an existing EVC instance

delete

delete an existing EPL instance

Get a list of all EVC instances

get

Query a list of all existing EVC instances

CRUD MEF CoS Instances

CRUD MEF CoS Instances

post

Create an new COS instance

put

Modify an existing COS instance

get

Query an existing COS instance

delete

delete an existing EPL instance

Get a list of all COS instances

get

Query a list of all existing COS instances

  • No labels