Symptoms
Since version 1.0.0.2 when using following curl command to submit for example System_Sleep:
curl -X POST -H "${API_KEY}" -H "Content-Type: application/json" "${URL}/Job/System_Sleep"
You will receive following error:
{"code":"500","message":"Problem processing Request: For input string: \"System_Sleep\""}
Cause
When added the option to Choose what fields are returned when submitting a Process, it resulted also to require the /submit action at the end.
Workaround
add /submit action at the end, example:
curl -X POST -H "${API_KEY}" -H "Content-Type: application/json" "${URL}/Job/System_Sleep/submit"
Affected version
Inbound REST Connector version 1.0.0.2 and 1.0.0.3
Resolution
This issue is fix in 1.0.0.4
Reference
EXTENSIONS-1074
Last updated: 11 Jan 2024
Comments
0 comments
Please sign in to leave a comment.