You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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"
}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!