Skip to Main Content

Grid Operations Solutions

Announcement

This area allows you to enter ideas for Oracle Utilities products. You can help promote an idea by:

  • Being as specific as possible about your request.
  • Clearly articulating the benefits. For example, reducing implementation effort or reducing cost to serve.
  • Calling out if you have seen this requirement from other utilities.
  • Voting for suggestions you think should be implemented.

Rest API for IVR Callback Processing when NMS is in a secure zone

Todd-Hesemann-OracleFeb 14 2025 — edited Feb 17 2025

The Generic IVR Adapter has accompanying PL/SQL stored procedures to request callbacks (pr_trouble_callback_requests) and to update the callbacks with received responses (pr_trouble_callback_responses). When NMS is in a secure zone, then the IVR adapter and the stored procedures are running in that same zone and must be accessed in the secure zone. This is not safe nor practical when the callback application is in the corporate security zone.

The request is to provide a REST API for these two callback procedures. The callback requests API would be called in a lower security zone and would get uplifted and call the pr_trouble_callback_requests procedure in the secure zone. The callback responses API would also be called in the lower security zone and ultimately run the pr_trouble_callback_responses procedure in the secure NMS zone. The “nms-c2m/submit-calls” API (as defined in the NMS Adapters guide) can be used as a pattern for the callback responses call.

Comments
Post Details
Added on Feb 14 2025
Closed - Duplicate
2 comments
313 views