Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

API Reference

Josep Batalle edited this page Apr 28, 2016 · 3 revisions

The entry point of TeNOR is the NS Manager. So, all the requests to the different components arrives to the NS Manager, and then are forwarded. Furthermore, all the communications uses REST APIs.

See one of:

  • Retrieve list of Network Service Descriptors

GET /network-services

  • Create a Network Service Descriptor

POST /network-services

  • Retrieve specific Network Service Descriptor

GET /network-services/:id

Delete specific Network Service Descriptor

DELETE /network-services/:id

Update specific Network Service Descriptor

UPDATE /network-services/:id

Clone this wiki locally