Uploaded image for project: 'VOLTHA'
  1. VOLTHA
  2. VOL-4814

VGC interface to be complaint with ONOS oltapp rest endpoints

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Resolved (View Workflow)
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: voltha-go-controller
    • Labels:
      None
    • Story Points:
      5

      Description

      VGC to support the interfaces according to the onos olt app

      Rest interfaces and the fields:
      -{device}/{port} :
      1. POST/DELETE Activate/Deactivate service
      2. payload : deviceID(string), uniPortNum(long)
      -services/{portName}:
      1. POST/DELETE Activate/Deactivate service
      2. payload: portName(string)
      -services/{portName}/{sTag}/{cTag}/{tpId}:
      1. POST/DELETE Activate/Deactivate Service
      2. payload: portName, sTag, cTag, tpId (all string)
      -programmed-subscribers:
      1.GET: gets all programmed subscribers
      2. payload: None; return <serviceKey, UniTagInformation>
      -programmed-subscribers/{deviceId}:
      1. GET, gets all programmed subscribers on the device
      2. payload: deviceId(string), return <serviceKey, UniTagInformation>
      • programmed-subscribers/{deviceId}/{port}:
        1. GET, gets all programmed subscribers, filter on deviceId and port
        2. payload: deviceId, port (all string), return <serviceKey, UniTagInformation>

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            tinojj Tinoj Joseph
            Reporter:
            alaxmesh Abhilash Laxmeshwar
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved:

                Gerrit Reviews

                There are no open Gerrit changes