X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fviews%2Fapi_ns.py;h=b52c3e9e90ce4a9512bb5a23ffdb871c42e30fb5;hb=refs%2Fchanges%2F15%2F10215%2F2;hp=e1fad44d6b96393f7236d533535d75d1583f2031;hpb=5795d999023312c80e2bfd7218275cf485a0173e;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.')