Retrieves the details of an application revision.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RevisionId |
string |
Yes |
The revision ID. |
rev-64488a********** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
A5320F1D-92D9-44BB-A416-5FC525ED6D57 |
| Revision |
object |
The details of the application revision. |
|
| Description |
string |
The description of the revision. |
2026-01-05 |
| RevisionId |
string |
The revision ID. |
rev-64488a********** |
| ApplicationName |
string |
The name of the application associated with the revision. |
AgentColin3 |
| RevisionType |
string |
The revision type. |
Oss |
| Location |
string |
The storage location details of the revision. |
{"bucketName":"ecs-application-ui-test","objectName":"task-cmd-exec.log","regionId":"cn-hangzhou"} |
| Hooks |
string |
The deployment lifecycle hooks. |
{"applicationStart": "python3 main.py &", "workingDir": "/root", "applicationStop": "pkill -f main.py 2>/dev/null || true"} |
| CreateDate |
string |
The date and time when the revision was created. |
2025-02-25 14:09:41 |
| UpdateDate |
string |
The date and time when the revision was last updated. |
2025-02-25 14:09:41 |
| DeployResourceType |
string |
The type of the target deployment resource. |
Ecs |
Examples
Success response
JSON format
{
"RequestId": "A5320F1D-92D9-44BB-A416-5FC525ED6D57",
"Revision": {
"Description": "2026-01-05",
"RevisionId": "rev-64488a**********",
"ApplicationName": "AgentColin3",
"RevisionType": "Oss",
"Location": "{\"bucketName\":\"ecs-application-ui-test\",\"objectName\":\"task-cmd-exec.log\",\"regionId\":\"cn-hangzhou\"}",
"Hooks": "{\"applicationStart\": \"python3 main.py &\", \"workingDir\": \"/root\", \"applicationStop\": \"pkill -f main.py 2>/dev/null || true\"}",
"CreateDate": "2025-02-25 14:09:41",
"UpdateDate": "2025-02-25 14:09:41",
"DeployResourceType": "Ecs"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.