INF-303 Add Infrastructure Monitoring Fault Service; INF-305 update inventory api...
[pti/o2.git] / o2ims / views / api_ns.py
1 from flask_restx import Namespace
2
3
4 api_ims_inventory_v1 = Namespace(
5     "O2IMS_Inventory",
6     description='IMS Inventory related operations.')
7
8 api_provision_v1 = Namespace(
9     "PROVISION",
10     description='Provision related operations.')
11
12 api_monitoring_v1 = Namespace(
13     "O2IMS_InfrastructureMonitoring",
14     description='O2 IMS Monitoring related operations.')