.. Copyright (c) 2019 AT&T Intellectual Property. .. Copyright (c) 2019 Nokia. .. .. Licensed under the Creative Commons Attribution 4.0 International .. Public License (the "License"); you may not use this file except .. in compliance with the License. You may obtain a copy of the License at .. .. https://creativecommons.org/licenses/by/4.0/ .. .. Unless required by applicable law or agreed to in writing, documentation .. 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. .. API-Docs ======== This is the API-docs of ROUTING MANAGER .. contents:: :depth: 3 :local: .. note API Introduction ----------------- Routing Manager interacts with the following RIC platform components. .. code:: * Appmgr: 1. POST API to request the xapp list available http:///ric/v1/xapps 2. POST API to send the xapps that either get deployed or undeployed http:///ric/v1/handles/xapp-handle .. code:: * Submgr: 1. POST API to provide the subscription details http:///ric/v1/handles/xapp-subscription-handle 2. DELETE API to delete the subscription details http:///ric/v1/handles/xapp-subscription-handle 3. PUT API to update the subscriptionID for given xApp. http:///ric/v1/handles/xapp-subscription-handle/{subscription_id} .. code:: * E2Mgr: 1. POST API to Add E2Termination Instance http:///ric/v1/handles/e2t 2. DELETE API to Delete E2Termination Instance http:///ric/v1/handles/e2t 3. POST API to Associate RAN names to a given E2Termination http:///ric/v1/handles/associate-ran-to-e2t 4. DELETE API to Dissociate RAN names to a given E2Termination http:///ric/v1/handles/dissociate-ran .. code:: * Health Check: 1. GET API's to retrieve the Aliveness and Readyness checks http://:8080/ric/v1/health/alive http://:8080/ric/v1/health/ready API Functions ------------- 1. Routing Manager request the xapp list and E2Term list available during startup. .. image:: images/rtmgr_startup.png :width: 600 2. AppMgr send complete xapps list whenever a xapp is deployed/undeployed .. image:: images/rtmgr_appmgr_cn.png :width: 600 3. Subscription Manager adds/deletes subscription ID .. image:: images/rtmgr_submgr_add_delete.png :width: 600 4. Update the subscription ID for given xApp.(Subscription Merge Add) .. image:: images/rtmgr_submgr_merge_add.png :width: 600 5. Update the subscription ID for given xApp.(Subscription Merge Delete) .. image:: images/rtmgr_submgr_merge_delete.png :width: 600 6. E2Mgr sends request to Add/Delete E2Termination Instance .. image:: images/rtmgr_create_delete_e2t.png :width: 600 7. E2Mgr sends request to Associate/Dissociate RAN names to a given E2Termination Instance .. image:: images/rtmgr_ass_dis_e2t.png :width: 600