• 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.

    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.

    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

    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.

    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: