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