Configuring Admin Data in Network Management System
To configure the Oracle Utilities Network Management System setup for the integration:
1. Log in to Oracle Utilities Network Management System.
2. Generate the certificates. Refer to the Adding Oracle Integration Cloud Certificates section for more details.
3. To establish the communication from Oracle Utilities Network Management System to Oracle Integration Cloud, update the NMS DB table with Oracle Integration Cloud details.
Table Name: ces_parameters
Insert or update the value with OIC flow end point url for Orders as <https://hostname:port/ic/api/integration/v1/flows/oracleutilities/OUTL-BA-NMS_OFSC_ORDERS/1.0/orders> where the app like MWM%' and attrib='mwm.url.CreateUpdateOrder'
Insert or update the value with OIC flow end point url for Orders Completed as
<https://hostname:port /ic/api/integration/v1/flows/oracleutilities/OUTL-BA-NMS_OFSC_ORDERS_COMPLETE/1.0/orders/complete> where the app like ‘MWM%' and attrib='mwm.url.CompleteOrder’
Insert or update the value with OIC flow end point url <https://hostname:port/ic/api/integration/v1/ flows/oracleutilities/OUTL-BA-NMS_OFSC_PING 1.0/ping> where the app like MWM%' and attrib='mwm.url .PingURL'
Insert or update the value with <oic username> where the app like 'MWM%' and attrib=' mwm.username'
Insert or update the value with <oic password> where the app like 'MWM%' and attrib=' mwm.password'
Insert or update the value as <false> where the app like 'MWM%' and attrib=' config.suppress_ws_errors'
Insert or update the value with <oic oauth token url> where the app like 'MWM%' and attrib='config.auth.token.url'
Insert or update the value with < oic oauth token scope> where the app like 'MWM%' and attrib='config.auth.token.scope'
Insert or update the value with <oic oauth token user> where the app like 'MWM%' and attrib= 'config.auth.token.user'
Insert or update the value with <oic oauth token password> where the app like 'MWM%' and attrib= 'config.auth.token.pwd'
4. Update the NMS DB table to send more call details from Oracle Utilities Network Management System.
Table Name: ces_parameters
Insert or update the value with '<max number of call to send from NMS>'where the app like 'MWM%' and attrib=' config.call_send_limit'
Note that the nms-ofs package should be deployed in the Oracle Utilities Network Management System environment to access the NMS REST APIs.