Skip to main content

Create a Deploy

POST 

/configuration-hub/deploys

This API performs a deploy based on an existing daft.

Request

Body

required

The deploy request body.

    draftId stringrequired

    The id of the draft to be used by this deploy.

Responses

Deploy job accepted and queued for processing.

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