Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Generating a token for the orchestration

1281555Nov 19 2019 — edited Nov 24 2019
Dear all,
I was trying to call an orchestration I have developed from Postman by passing my JDE username and password and it was successfully called. Now, I tried to call orchestrator/jde-login REST API to generate the token that should be passed to the orchestration but I kept getting the messages below.
It is a POST call. The body:
{"deviceName": "Mydevice","username":"XXXXX","password":"YYYY"}
Result:
{

  "message": "Endpoint not defined: jde-login. Add the orchestration, or make sure it is shared to this user.",

  "exception": "java.lang.Exception",

  "timeStamp": "2019-11-19:08.56.12"

}

Please advise!

Regards,

Duha

Comments

Post Details

Added on Nov 19 2019
4 comments
634 views