Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
    • jobs
    • tenanted
    • util
    Platform
    Cronman / Reference / REST APIs

    util

    OpenAPI
    GET

    Get supported notification methods.

    Return a list of valid notification methods for this service.

    Forge and OAuth2 apps cannot access this REST resource.

    Request

    This request has no parameters.

    Responses

    OK

    application/json

    array<object>

    GET/job-notification-methods
    1 2 3 curl --request GET \ --url 'https://cronman-service.prod.atl-paas.net/job-notification-methods' \ --header 'Accept: application/json'
    200Response
    1 2 3 [ {} ]
    GET

    List status codes for a job

    List the status code values a Job might have.

    Forge and OAuth2 apps cannot access this REST resource.

    Request

    This request has no parameters.

    Responses

    JSON array of response strings

    application/json

    array<string>

    GET/job-statuses
    1 2 3 curl --request GET \ --url 'https://cronman-service.prod.atl-paas.net/job-statuses' \ --header 'Accept: application/json'
    200Response
    1 2 3 [ "CREATED" ]
    GET

    Get basic liveness.

    Used by remotes to check for service in their healthchecks

    Forge and OAuth2 apps cannot access this REST resource.

    Request

    This request has no parameters.

    Responses

    a number

    GET/ping
    1 2 curl --request GET \ --url 'https://cronman-service.prod.atl-paas.net/ping'
    GET

    Get supported timezone identifiers.

    Return all the literals representing the supported timezones for the scheduler.

    Forge and OAuth2 apps cannot access this REST resource.

    Request

    This request has no parameters.

    Responses

    List of string timezones.

    application/json

    array<string>

    GET/timezones
    1 2 3 curl --request GET \ --url 'https://cronman-service.prod.atl-paas.net/timezones' \ --header 'Accept: application/json'
    200Response
    1 2 3 [ "<string>" ]

    Rate this page: