Hi,
I have created a python application which i am scheduling using task options. I want to control it using API.
I am following the SAP help:
However, While calling the API, Getting an error as below:
Error while creating job: Loopback address is not allowed in job actionThis is my input Payload:{ "name": "Test", "description": "Job Scheduling through API", "action": "python gltransfer.py", "active": true, "httpMethod": "PUT", "schedules": [ { "time": "now", "description": "Test schedule API", "active": true } ]}Can anyone please help in this.ThanksTirthankar