REST API Missing Application
Summary:
REST API will not run any jobs
Content (please ensure you mask any confidential information):
Working on incorporating REST API requests to run jobs in groovy business rules. The calls work fine in one instance (TEST) but fail in another (DEV). After investigating, the DEV instance is not finding the application. Using postman, "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/HyperionPlanning/rest/v3/applications". For TEST:
{ "links": [ { "href": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com:443/HyperionPlanning/rest/v3/applications/", "action": "GET", "rel": "self" } ], "items": [ { "name": "EPMApp", "type": "HP", "dpEnabled": false, "unicode": true, "appStorage": "Multidim", "appType": "PBCS", "webBotDetails": "{\"channelId\":\"\",\"serviceUri\":\"\"}", "helpServerUrl": "https://www.oracle.com", "workpaceServerUrl": "https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com:443", "adminMode": false } ], "type": "HP" }
Tagged:
0