Get Revision
Retrieves a specific revision via container app's URN and revision number. Returns 400 if app type is anything but ContainerApp.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/apps/{id}/revisions/{revision}
COPY
Path Parameters
string
id
Required
id
integer
revision
Required
revision
string
id
Required
id
integer
revision
Required
revision
Responses
200
OK
Returns ContainerAppRevision of type(s) application/json;version=38.1
{
"revision": 0,
"appVersion": "string",
"packageInfo": {
"type": "HelmChart",
"version": "string",
"customValuesCheckSum": "string"
}
}
integer As int32 As int32
revision
Optional
The revision number of current revision. Container app's first revision will be numbered with 1, and this number will be increased by 1 for each new revision.
string
appVersion
Optional
Container app's application version. During revision generation, Cloud Director will persist the value of App's appVersion field into this field.
Availability
Added in 39.0.0-alpha
App Operations
POST
Create App
DELETE
Delete App
GET
Get App
GET
Get Custom Values
GET
Get Revision
GET
Get Revision Custom Values
GET
Query Apps
GET
Query Kubernetes Resources
GET
Query Revisions
POST
Rollback To Revision
PUT
Update App
PUT
Update Custom Values
PUT
Update Kubernetes Resources