Forge and OAuth2 apps cannot access this REST resource.
integer
integer
string
OK
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/jobs' \
--header 'Accept: application/json'
1
2
3
4
5
6
{
"objects": [
{}
],
"nextToken": "<string>"
}
Forge and OAuth2 apps cannot access this REST resource.
integer
integer
string
OK
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/jobs/runs' \
--header 'Accept: application/json'
1
2
3
4
5
6
{
"objects": [
{}
],
"nextToken": "<string>"
}
Forge and OAuth2 apps cannot access this REST resource.
string
RequiredOK
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/jobs/{jobId}' \
--header 'Accept: application/json'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "<string>",
"id": "<string>",
"type": "single",
"enabled": true,
"status": "created",
"timezone": "<string>",
"startTime": "<string>",
"expression": "<string>",
"externalId": "<string>",
"tenantId": "<string>",
"bucketId": "<string>",
"payload": "<string>",
"notificationUrl": "<string>",
"notificationMethod": "sqs",
"createdTime": "<string>",
"modifiedTime": "<string>"
}
Rate this page: