cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Job Scheduling Service - CF

0 Kudos

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:

https://help.sap.com/docs/JOB_SCHEDULER/07b57c2f4b944bcd8470d024723a1631/2c1ecb6dae0c42b4a850f7c07d1...

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

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi All,

Managed to do it following another blog. Only HTTP jobs are supported through API and not actions.

Thanks

Tirthankar

Answers (0)