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-20.yaml;fp=e2-mgr-client%2Fsrc%2Fmain%2Fresources%2FE2_Manager_API_2019-06-11.yaml;h=76588dc5272b733953272a26643ea028843d5b34;hb=b7c9d29d2b472e63bbe0331a413da0e7cd492aee;hp=b6381eb77284ad9d22c65dba331a893e0497c593;hpb=5c6a886668da88b66383d590486297ed82827090;p=portal%2Fric-dashboard.git diff --git a/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-11.yaml b/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml similarity index 98% rename from e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-11.yaml rename to e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml index b6381eb7..76588dc5 100644 --- a/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-11.yaml +++ b/e2-mgr-client/src/main/resources/E2_Manager_API_2019-06-20.yaml @@ -1,8 +1,8 @@ # ========================LICENSE_START================================= # O-RAN-SC -# %% +# # Copyright (C) 2019 AT&T Intellectual Property and Nokia -# %% +# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -117,7 +117,21 @@ paths: content: application/problem+json: schema: - $ref: '#/components/schemas/ErrorResponse' + $ref: '#/components/schemas/ErrorResponse' + '/nodeb': + delete: + tags: + - nodeb + summary: Close all connections to the RANs and delete the data from the nodeb-rnib DB + responses: + '204': + description: Successful operation + '500': + description: Internal Error + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ErrorResponse' /health: get: tags: