All Products
Search
Document Center

Function Compute:GetLayerVersionByArn

Last Updated:Oct 08, 2024

Obtain version information of a layer by using ARNs.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /2023-03-30/layerarn/{arn} HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
arnstringYes

The Alibaba Cloud Resource Name (ARN) of the layer.

acs:fc:cn-shanghai:1234:layers/my-layer/versions/1

Response parameters

ParameterTypeDescriptionExample
Layer

The layer versions.

Examples

Sample success responses

JSONformat

{
  "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

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-07-03The API operation is not deprecated.View Change Details
2024-02-22The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-30API Description UpdateView Change Details
2023-08-30API Description Update. The response structure of the API has changedView Change Details
2023-06-28Add OperationView Change Details