arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

Get cluster namespace Cronjobs list

hashtag
Get cluster namespace Cronjobs list

get

Get the list of CronJobs in the specified cluster and namespace.

Path parameters
clusterIdstringRequired
namespaceNamestringRequired
Responses
chevron-right
200

OK

*/*
get
/v1/clusters/{clusterId}/namespaces/{namespaceName}/cronjobs
200

OK

GET /v1/clusters/{clusterId}/namespaces/{namespaceName}/cronjobs HTTP/1.1
Accept: */*
[
  {
    "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
  }
]