You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »


  • E2Mgr Set Parameter Request

    This is a new Generic API to update e2mgr Parameters through the REST API.

    Once the e2mgr received the “Set Parameter” request it should save value in GeneralParameters table in RNIB DB .

Resource

 

Resource for this interface

/v#/nodeb/parameters

Description

E2 Manager is requested to set some Parameter

HTTP Method

PUT

Supported Representation Formats

Request: Request Format ie application/json, none, etc

Response: Response Format ie application/json, none, etc

Successful HTTP Response Code

200 OK

PUT http://<serverBaseURL>/v#/nodeb/parameters

PUT http://localhost:3800/v1/nodeb/parameters
 accept: application/json

{

  "enableRic": true

}

  • Set Parameters Flow






  • No labels