X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2-mgr-client%2Fsrc%2Fmain%2Fresources%2FE2_Manager_API_2019-06-26.yaml;fp=e2-mgr-client%2Fsrc%2Fmain%2Fresources%2FE2_Manager_API_2019-06-20.yaml;h=3e7b08abed63877fed49ad2649fc6bb963f124cf;hb=5b686151904e2582ea9ce9d2f1c6abb7a400afa5;hp=76588dc5272b733953272a26643ea028843d5b34;hpb=bffcaa3e3e4980a254ae9398fd616c96a9ad94f1;p=portal%2Fric-dashboard.git diff --git a/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml b/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-26.yaml similarity index 96% rename from e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml rename to e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-26.yaml index 76588dc5..3e7b08ab 100644 --- a/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml +++ b/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-26.yaml @@ -117,12 +117,14 @@ paths: content: application/problem+json: schema: - $ref: '#/components/schemas/ErrorResponse' - '/nodeb': + $ref: '#/components/schemas/ErrorResponse' + /nodeb: delete: tags: - nodeb - summary: Close all connections to the RANs and delete the data from the nodeb-rnib DB + summary: >- + Close all connections to the RANs and delete the data from the + nodeb-rnib DB responses: '204': description: Successful operation @@ -131,7 +133,28 @@ paths: content: application/problem+json: schema: - $ref: '#/components/schemas/ErrorResponse' + $ref: '#/components/schemas/ErrorResponse' + /nodeb/ids: + get: + tags: + - nodeb + summary: Get RANs identities list + operationId: getNodebIdList + responses: + '200': + description: Successful operation + content: + application/json: + schema: + type: array + items: + $ref: '#/components/schemas/NodebIdentity' + '500': + description: Internal Error + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' /health: get: tags: @@ -156,6 +179,18 @@ components: format: uint16 ranName: type: string + NodebIdentity: + properties: + globalNbId: + properties: + nbId: + type: string + plmnId: + type: string + type: object + inventoryName: + type: string + type: object GetNodebResponse: properties: connectionStatus: