Where Scheduled task configuration is stored ?
search cancel

Where Scheduled task configuration is stored ?

book

Article ID: 187565

calendar_today

Updated On:

Products

CA API Gateway API SECURITY CA API Gateway Precision API Monitoring Module for API Gateway (Layer 7) CA API Gateway Enterprise Service Manager (Layer 7) STARTER PACK-7 CA Microgateway

Issue/Introduction

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?

Environment

Release : 10.x

Component : API GATEWAY

Cause

need to know where the scheduled task configuration are stored and defined

Resolution

- 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;