Skip to main content

List deployments for entity

GET 

/api/v1/catalog/:tag/deploys

List deployments for entity

Request

Path Parameters

    tag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

Query Parameters

    pageSize int32

    Number of results to return per page. (Note: If no "pageSize" value is provided, the endpoint will attempt to return all deploys.)

    page int32

    Default value: 0

    Page number to return, 0 indexed.

Responses

Successfully retrieved deployments

Schema

  • Array [

  • customData

    object

    Arbitrary string-to-any map of custom data about the deploy event

    property name* object

    Arbitrary string-to-any map of custom data about the deploy event

    deployer

    object

    email string
    name string
    deployerEmail stringdeprecated

    Replaced with Deployer object

    deployerName stringdeprecated

    Replaced with Deployer object

    environment string
    sha string

    Optional commit SHA hash that this deploy corresponds to

    timestamp date-timerequired

    ISO8601 timestamp string in UTC

    title stringrequired

    Human readable title for the deploy. This is usually the commit message or PR title.

    type stringrequired

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

    url string

    Optional URL associated with deployment

    uuid uuidrequired
  • ]

Loading...