Skip to main content

Add deployment for entity

POST 

/api/v1/catalog/:tagOrId/deploys

Add deployment for entity

Request

Path Parameters

    tagOrId stringrequired

    The tag (x-cortex-tag) or unique, auto-generated identifier for the entity.

Body

required

    customData

    object

    deployer

    object

    email string
    name string
    environment string
    sha string
    timestamp date-timerequired
    title stringrequired
    type stringrequired

    Possible values: [DEPLOY, SCALE, ROLLBACK, RESTART]

    url string

Responses

Successfully created deployment

Schema

    customData

    object

    deployerEmail string
    deployerName string
    environment string
    id int64
    serviceId int64required
    sha string
    timestamp date-timerequired
    title stringrequired
    type stringrequired

    Possible values: [DEPLOY, SCALE, ROLLBACK, RESTART]

    url string
    uuid uuidrequired
Loading...