Skip to main content

Get project release

GET 

/api/v1/project/:projectIdentifier/projectReleases

Get project release

Request

Path Parameters

    projectIdentifier stringrequired

    Project identifier (ID or name)

Responses

Schema

  • Array [

  • catalogId string
    name string
    platform string
    formation string
    version string
    releaseNotes string
    virtualSize number
    category string
    uploadStatus stringrequired

    Possible values: [started, downloading-from-url, fail-to-download, uploading-to-s3, fail-to-upload, in-progress, ready, error]

    deploymentStatus string
    securityStatus string
    policyStatus string
  • ]

Loading...