...
Table of Contents maxLevel 2
Oracle Application Express (APEX)
Match Pattern
When using the APEX base action, the default match pattern is .*\/apex\/f.*, matching any pages within APEX. Another option would be to set this based on your APEX server host name, which would be better if you’re sending different webhook actions from each APEX server. (Ex. https:\/\/apexhostname:8181\/apex\/f.*)
...
Name | Description |
---|---|
Application Names | List of APEX application names |
Workspace | APEX workspace name |
Oracle RESTful Data Services (ORDS)
Match Pattern
When using the ORDS base action, the default match pattern is .*\/apex\/f.*, matching any pages within APEX. Another option would be to set this based on your server host name, which would be better if you’re sending different webhook actions from each APEX server. (Ex. https:\/\/apexhostname:8181\/apex\/f.*). If you sending webhooks for both APEX and ORDS, it’s best to remove the match pattern for whichever action is used less frequently, as there’s no indication in the URL to differentiate between App Builder and ORDS.
...
Name | Description |
---|---|
Module Names | List of ORDS module names |
Schema | ORDS schema |
Oracle Integration Cloud (OIC)
Match Pattern
The default match pattern for the OIC base action is .*integration\.ocp\.oraclecloud\.com.*.
...
Name | Description |
---|---|
Integration Names | Oracle cloud integration names |
Oracle Business Intelligence (OBI)
Match Pattern
No match pattern is set for the OBI base action, but you can easily add one based on host name. (Ex. http:\/\/obihost:9704\/analytics.*)
...