We already created the scheduled task using the Policy Manager, I could verify the file format definition for the scheduled task in the configuration files for the Gateway, but I don't know where the scheduled tasks definition is stored. Can you point me the file where the scheduled tasks are stored?
Release : 10.x
Component : API GATEWAY
- There is a RESTMAN API for the Gateway and there is an endpoint to create scheduled tasks.
you can verify the configuration there.
- The Scheduled task as stored into Database , SCHEDULED_TASK table
you can query using :
mysql> select * from scheduled_task;