Versions Compared

Key

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

...

In case 201 CREATED, the payload is identical to Get NodeB <RAN Name>.

5. Update ENB Request (new)


Resource

Resource for this interface - /v#/nodeb/<ranName>

Description

For Updating nodeb from eNB type to Redis, the client should send PUT request

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

...

In case 200 OK, the payload is identical to Get NodeB <RAN Name>.

6. Delete ENB Request  (New)


Resource

Resource for this interface - /v#/nodeb/<ranName>

Description

For Deleting nodeb from eNB type to Redis, the client should send DELETE request

HTTP Method

DELETE

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

...

Please refer to Served Cells array inside the eNB Object (In the Get NodeB Response)

#

Parameter

Location

Data Type

Required?

Value Rules

1acceptHeaderString

YES

Refer to Standard API Request Headers
2

content-type

Header

String

YES

Refer to Standard API Request Headers

3enbNoderanNameBodyObjectStringYESPlease refer to ENB Node4servedCellsBodyArray of ObjectYESThe same parameter like in the URL

Response Data Details

In case success -  204 No Content

...