INF-303 Add Infrastructure Monitoring Fault Service; INF-305 update inventory api...
[pti/o2.git] / o2ims / views / api_ns.py
index a633a94..3fbdc18 100644 (file)
@@ -8,3 +8,7 @@ api_ims_inventory_v1 = Namespace(
 api_provision_v1 = Namespace(
     "PROVISION",
     description='Provision related operations.')
+
+api_monitoring_v1 = Namespace(
+    "O2IMS_InfrastructureMonitoring",
+    description='O2 IMS Monitoring related operations.')