Gets a list of layers.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /2023-03-30/layers HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
prefix | string | No | The name prefix of the layer. | my-layer |
nextToken | string | No | The pagination token that is used in the next request to retrieve a new page of results. | MTIzNCNhYmM= |
limit | integer | No | The number of layers that are returned | 10 |
public | string | No | Specifies whether the layer is public. Valid values: true and false. | true |
official | string | No | Specifies whether the layer is official. Valid values: true and false. | true |
Response parameters
Examples
Sample success responses
JSON
format
{
"layers": [
{
"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
}
],
"nextToken": "next-layer-name"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-03 | The API operation is not deprecated. | View Change Details |
2024-02-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-30 | API Description Update | View Change Details |
2023-08-30 | API Description Update. The response structure of the API has changed | View Change Details |
2023-06-28 | Add Operation | View Change Details |