Was this helpful?
Get the list of CronJobs in the specified cluster and namespace.
/v1/clusters/{clusterId}/namespaces/{namespaceName}/cronjobs
curl -L \ --url '/v1/clusters/{clusterId}/namespaces/{namespaceName}/cronjobs'
[ { "activeJobCnt": 1, "creationTimestamp": "2023-06-14 09:30:39", "images": [ "nginx:latest" ], "labels": { "app": "test" }, "lastScheduleTime": "2023-06-14 09:31:00", "name": "cronjob", "namespace": "cocktail-system", "schedule": "* * * * *", "suspend": false } ]