X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tools%2FRoutingManagerSimulator%2Fapi%2Fswagger.yaml;h=505edbbc30273493fd1af4c836bd75f638ffe166;hb=24f194dd1cca6e70f02e46902152f69a6d0eef8b;hp=db343d705479d63c5bbf1e766fcff54947c46a4f;hpb=efcb4528362460aa2249d319c9752b63bb720fe2;p=ric-plt%2Fe2mgr.git diff --git a/tools/RoutingManagerSimulator/api/swagger.yaml b/tools/RoutingManagerSimulator/api/swagger.yaml index db343d7..505edbb 100755 --- a/tools/RoutingManagerSimulator/api/swagger.yaml +++ b/tools/RoutingManagerSimulator/api/swagger.yaml @@ -1,4 +1,25 @@ ---- +# ========================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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ========================LICENSE_END=================================== + +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). + + swagger: "2.0" info: description: "This is the Swagger/OpenAPI 2.0 definition of Routing Manager's Northbound\ @@ -158,7 +179,7 @@ paths: description: "Xapp list received" "400": description: "Invalid data" - /handles/v1/e2t: + /handles/e2t: post: tags: - "handle" @@ -213,7 +234,7 @@ paths: description: "new e2t instance is considered and platform routes are established" "400": description: "Invalid data" - /handles/v1/associate-ran-to-e2t: + /handles/associate-ran-to-e2t: post: tags: - "handle" @@ -239,7 +260,7 @@ paths: description: "e2t ran mapping recieved, platform routes" "400": description: "Invalid data" - /handles/v1/dissociate-ran: + /handles/dissociate-ran: post: tags: - "handle"