Get project release
GET/api/v1/project/:projectIdentifier/projectReleases
Get project release
Request
Path Parameters
projectIdentifier stringrequired
Project identifier (ID or name)
Responses
- 200
- application/json
- Schema
- Example (from schema)
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
[
{
"catalogId": "string",
"name": "string",
"platform": "string",
"formation": "string",
"version": "string",
"releaseNotes": "string",
"virtualSize": 0,
"category": "string",
"uploadStatus": "started",
"deploymentStatus": "string",
"securityStatus": "string",
"policyStatus": "string"
}
]
Loading...