Skip to main content

Get a Deploy

GET 

/configuration-hub/deploys/:id

This API gets an existing deploy for the current tenant.

Request

Path Parameters

    id stringrequired

    The id of the deploy.

    Example: 3d0fe04b-57df-4a46-a83b-8f04b0f9d10b

Responses

Gets the details of a deploy.

Schema

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