Skip to Main Content

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
172 views