/EthUI

Primary LanguageJavaScriptApache License 2.0Apache-2.0

EthUI

This application provides a UI for provisioning an Ethernet service

git clone https://github.com/jgroom33/EthUI.git
npm install
node app.js

Web Page Provisioning

Browse to http://127.0.0.1:10010

Swagger UI

Browse to http://127.0.0.1:10010/docs

Direct URIs

Browse to http://127.0.0.1:10010/api/ethsvc Browse to http://127.0.0.1:10010/api/ethsvc/555

POST to

http://127.0.0.1:10010/api/ethsvc

{
  "id": "test",
  "serviceType": "EP",
  "cos": "Gold",
  "bw": 1,
  "ennis": [
    {
      "id": "testenni",
      "ethertype": "88A8",
      "svid": "string"
    }
  ],
  "unis": [
    {
      "id": "testuni"
    }
  ]
}