Retrieves the version information of a layer by its Alibaba Cloud Resource Name (ARN).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:GetLayerVersionByArn |
get |
*All Resource
|
None | None |
Request syntax
GET /2023-03-30/layerarn/{arn} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| arn |
string |
Yes |
The ARN of the layer. |
acs:fc:cn-shanghai:1234:layers/my-layer/versions/1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
| Layer |
The layer version information. |
Examples
Success response
JSON format
{
"acl": "0",
"code": {
"location": "https://xyz.oss-cn-shanghai.aliyuncs.com/xxx/xxx/xxx",
"repositoryType": "OSS"
},
"codeChecksum": "2825179536350****",
"codeSize": 421,
"compatibleRuntime": [
"python3.10"
],
"createTime": "2023-03-30T11:08:00Z",
"description": "My first layer",
"layerName": "MyLayer",
"layerVersionArn": "acs:fc:cn-beijing:186824xxxxxx:layers/fc_layer/versions/1",
"license": "Apache",
"version": 1
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.