Skip to main content

List Deploys

GET 

/configuration-hub/deploys

This API gets a list of deploys for the current tenant.

Responses

List of existing deploys.

Schema

  • Array [

  • jobId string

    Unique id assigned to this job.

    status string

    Possible values: [NOT_STARTED, IN_PROGRESS, COMPLETE, CANCELLED, FAILED]

    Status of the job.

    type string

    Possible values: [CONFIG_DEPLOY_DRAFT]

    Type of the job, will always be CONFIG_DEPLOY_DRAFT for this type of job.

    message string

    Message providing information about the outcome of the deploy process.

    requesterName string

    The name of the user that initiated the deploy process.

    fileExists boolean

    Default value: true

    Whether or not a results file was created and stored for this deploy.

    created date-time

    The time the job was started.

    modified date-time

    The time of the last update to the job.

    completed date-time

    The time the job was completed.

    draftId string

    The id of the draft that was used for this deploy.

    draftName string

    The name of the draft that was used for this deploy.

    cloudStorageStatus string

    Possible values: [SYNCED, NOT_SYNCED, SYNC_FAILED]

    Whether this deploy results file has been transferred to a customer storage location.

  • ]

Loading...