This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lsoapi:documents:apis [2015/08/27 22:43] Steven Saunders |
lsoapi:documents:apis [2015/10/12 17:33] (current) Kevin Luehrs |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | <html> | + | ====== Connectivity Services LSO (LSOAPI) Project API Documentation ====== |
- | This is some <font color="red" size="+1">HTML</font> | + | |
- | </html> | + | API documentation is saved in the [[https://gerrit.opnfv.org/gerrit/#/admin/projects/lsoapi|LSOAPI project repository]] in the 'api' folder. |
+ | |||
+ | The **Services Manager API** is responsible for Create, Retrieve, Update and Delete (CRUD) lifecycle operations for Carrier Ethernet Services. The initial use case is Ethernet Private Line service. | ||
+ | |||
+ | The **Class of Service (CoS) Manager API** is responsible for CRUD operations for Classes of Service. | ||
+ | |||
+ | The **Ethernet Virtual Connection (EVC) Manager API** is responsible for CRUD operations for EVCs. | ||
+ | |||
+ | API documentation is available in two formats: RESTful API Modeling Language (RAML) and HTML derived from RAML. Both formats are available in the LSOAPI project repository. Additionally the HTML version is hosted at the link referenced below: | ||
+ | |||
+ | |||
+ | [[https://community.cablelabs.com/wiki/pages/viewpage.action?pageId=119964670&src=contextnavpagetreemode| API Documentation Page]] | ||
+ | |||
+ | |||
+ | Return to [[https://wiki.opnfv.org/lsoapi| main project page]] |