Retrieves information about an application image.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
sae:DescribeApplicationImage |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v1/sam/container/describeApplicationImage HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The application ID. |
d700e680-aa4d-4ec1-afc2-6566b5ff**** |
| ImageUrl |
string |
Yes |
The image URL. |
registry-vpc.cn-hangzhou.aliyuncs.com/demo/demo:latest |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
91F93257-7A4A-4BD3-9A7E-2F6EAE6D**** |
| Message |
string |
The returned message.
|
success |
| TraceId |
string |
The trace ID that is used to query the details of a request. |
0a98a02315955564772843261e**** |
| Data |
object |
The application image information. |
|
| Logo |
string |
This parameter is reserved. |
|
| RepoOriginType |
string |
The image repository type. Currently, only Container Registry is supported. |
ALI_HUB |
| CrUrl |
string |
This parameter is reserved. |
|
| RepoTag |
string |
The image tag. |
latest |
| RepoType |
string |
A reserved field. |
|
| RepoName |
string |
The image repository name. |
demo |
| RepoNamespace |
string |
The image namespace. |
demo |
| RegionId |
string |
The region ID. |
cn-beijing |
| ErrorCode |
string |
The error code.
|
|
| Code |
string |
The HTTP status code. Valid values:
|
200 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"Logo": "",
"RepoOriginType": "ALI_HUB",
"CrUrl": "",
"RepoTag": "latest",
"RepoType": "",
"RepoName": "demo",
"RepoNamespace": "demo",
"RegionId": "cn-beijing"
},
"ErrorCode": "",
"Code": "200",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.