Return a list of valid notification methods for this service.
This request has no parameters.
OK
array<object>
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/job-notification-methods' \
--header 'Accept: application/json'
1
2
3
[
{}
]
List the status code values a Job might have.
This request has no parameters.
JSON array of response strings
array<string>
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/job-statuses' \
--header 'Accept: application/json'
1
2
3
[
"CREATED"
]
Used by remotes to check for service in their healthchecks
This request has no parameters.
a number
1
2
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/ping'
Return all the literals representing the supported timezones for the scheduler.
This request has no parameters.
List of string timezones.
array<string>
1
2
3
curl --request GET \
--url 'https://cronman-service.prod.atl-paas.net/timezones' \
--header 'Accept: application/json'
1
2
3
[
"<string>"
]
Rate this page: