X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fviews%2Fapi_ns.py;fp=o2ims%2Fviews%2Fapi_ns.py;h=b52c3e9e90ce4a9512bb5a23ffdb871c42e30fb5;hb=4475fc900734f023acdd344632fae063b22e20a4;hp=e1fad44d6b96393f7236d533535d75d1583f2031;hpb=02f067858baaa32bce3fc65109c8db3b3927dd85;p=pti%2Fo2.git diff --git a/o2ims/views/api_ns.py b/o2ims/views/api_ns.py index e1fad44..b52c3e9 100644 --- a/o2ims/views/api_ns.py +++ b/o2ims/views/api_ns.py @@ -19,15 +19,15 @@ from o2common.views.route import O2Namespace api_ims_inventory = O2Namespace( - "O2IMS_Inventory", - description='IMS Inventory related operations.') + "O2IMS-InfrastructureInventory", + description='O2 IMS Inventory related operations.') api_provision_v1 = O2Namespace( "PROVISION", description='Provision related operations.') api_ims_monitoring = O2Namespace( - "O2IMS_InfrastructureMonitoring", + "O2IMS-InfrastructureMonitoring", description='O2 IMS Monitoring related operations.')