Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#

Parameter

Location

Data Type

Required?

Description and Value Rules

1

accept

Header

String

YES

Refer to - Standard API Request Headers

2

content-type

Header

String


See above - Standard API Request Headers

3

ParameterParameters

Body

Array of Parameter Object

NO

At least one Parameter Object

...

Contains information of the eNodeb

#

Parameter

Data Type

Required?

Value Rules

1

key

String

yes

Depends on the Key

2

value

String

yes


 In R5 the following Parameters are supported

KeyValueDescription
greenRed"Green", "Red"

Green meaning - Future Setup from RAN will be supported

Red meaning - Future Setup from RAN will be rejected


PUT http://localhost:3800/v1/nodeb/

health

parameters
 


accept: application/json

{ "parameters":  

[ { "key": "greenRed", "value": "Green" }]

}



Response Data Details

200 OK with the list of All parameters or error - Return the entire parameter.