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 19:50] Steven Saunders |
lsoapi:documents:apis [2015/10/12 17:33] (current) Kevin Luehrs |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | <olmap id="olMapOne" width="550px" height="450px" lat="50.0" lon="5.1" zoom="12" statusbar="1" controls="1" poihoverstyle="0" baselyr="OpenStreetMap" gpxfile="" kmlfile="" geojsonfile="" summary="" > | + | ====== Connectivity Services LSO (LSOAPI) Project API Documentation ====== |
- | ~~ Plugin olmap help. | + | |
- | ~~ Required in the above tag are values for: id (unique on this page), width, heigth. | + | |
- | ~~ Also you will want to enter zoomlevel and lat, lon values that make sense for where you want the map to start. | + | |
- | ~~ Below is an example of a POI, you can add as many as you want. ~~ More examples: http://dokuwiki.org/plugin:openlayersmap | + | API documentation is saved in the [[https://gerrit.opnfv.org/gerrit/#/admin/projects/lsoapi|LSOAPI project repository]] in the 'api' folder. |
- | 50.0117,5.1287,-90,.8,marker-green.png,Pont de Barbouillons; Daverdisse \\ external link: [[http://test.com|test.com]] \\ internal link: [[::start]]\\ **DW Formatting** | + | |
- | </olmap> | + | 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]] | Return to [[https://wiki.opnfv.org/lsoapi| main project page]] | ||
+ |