批量获取函数信息。只包含函数基本配置,不包含函数代码。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListFunctions | 接口名称。当前 API 的名称为 ListFunctions 。 |
Version | String | 是 | 2024-06-06 | 接口版本。当前 API 的版本为 2024-06-06 。 |
PageNumber | Integer | 否 | 1 | 分页参数,当前页码,默认为 1。 |
PageSize | Integer | 否 | 10 | 分页参数,每页大小,默认为 10。 |
POST http://open.volcengineapi.com/?Action=ListFunctions&Version=2024-06-06 HTTP/1.1 Content-Type: application/json { "PageNumber": 1, "PageSize": 10 }
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Items | Array of Function | [{"Id":"95hl16re","Name":"official-site","Description":"","Runtime":"vefaas.base.python3.12.v1","ExclusiveMode":false,"RequestTimeout":30,"MaxConcurrency":100,"MemoryMB":1024,"CodeSizeLimit":0,"SourceType":"tos","VpcConfig":{"EnableVpc":false},"CreationTime":"2024-07-02 05:46:38.444 +0000 UTC","LastUpdateTime":"2024-07-02 05:46:38.444 +0000 UTC","TlsConfig":{"EnableLog":false},"ResourcePoolId":"ujdsugfffv","Owner":"1400000044","UseStatus":"","DebugInstanceEnable":false,"InstanceType":"","InitializerSec":0,"MigrateToVciPublic":false,"EnableDumaInstance":false}] | 函数列表。 |
Total | Integer | 180 | 函数总数。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Id | String | pqyqo9qa | 函数 ID。 |
Envs | Array of EnvVar | [{"Key":"business_type","Value":"free"}] | 函数环境变量。 |
Name | String | official-site | 函数名称。 |
Tags | Array of Tag | {"business":"ecommerce"} | 函数标签。 |
Owner | String | 1400001234 | 函数所有者(账号 Id)。 |
Runtime | String | python3.8/v1 | 函数运行时。 |
CodeSize | Integer | 473 | 代码包大小。 |
MemoryMB | Integer | 1024 | 单实例最大内存。 |
TlsConfig | Object of TlsConfig | {"EnableLog": true, "TlsProjectId": "a40202c5-fe22-4ea7-a3a5-06d1bca77abcd", "TlsTopicId": "2ff955cb-1f03-4b9b-8982-306e98c27890"} | 函数日志配置。 |
VpcConfig | Object of VpcConfig | {"EnableVpc": true, "VpcId": "vpc-rragpljjr9q8v0x57hsabcd", "SubnetIds": ["subnet-milbxl46sdfk5smt1aa8defg"], "SecurityGroupIds": ["sg-rragprgn3fnkv0x584ghijk"], "EnableSharedInternetAccess": true} | VPC 配置。 |
NasStorage | Object of NasStorage | {"EnableNas": true, "NasConfigs": [{"FileSystemId": "cnas-cnbjb37c2193e51234", "MountPointId": "mount-bce15678", "RemotePath": "/", "LocalMountPath": "/mnt/nas", "Uid": 1000, "Gid": 1000}]} | 文件存储 NAS 挂载配置。 |
SourceType | String | tos | 代码 Source 类型,支持 tos,zip,image(白名单账户支持Native/v1自定义镜像)。 |
Description | String | 轻量级官网 | 函数描述。 |
CreationTime | String | 2024-06-14 15:31:07.143863441 +0800 CST m=+88714.902440864 | 创建时间。 |
InstanceType | String | 函数实例类型,非空则为 GPU 实例。 | |
CodeSizeLimit | Integer | 256 | 代代码包大小上限:
|
ExclusiveMode | Boolean | false | 独占模式开关。
|
TriggersCount | Integer | 0 | 该函数的触发器个数。 |
InitializerSec | Integer | 30 | 函数初始化超时配置。 |
LastUpdateTime | String | 2024-06-14 15:31:07.143863491 +0800 CST m=+88714.902440914 | 更新时间。 |
MaxConcurrency | Integer | 100 | 单实例最大并发。 |
RequestTimeout | Integer | 30 | 请求超时(单位 秒)。 |
SourceLocation | String | https://vefaas.tos-s3-cn.volces.com/template_dir/666ad75b9124c400072abcvefaas-python3.9-default.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKLTMTE1ZjQ2MTM0NWJjNDxxx2Fus-east-1%2Fs3%2Faws4_request&X发布状态:rolling-Amz-Date=xxx&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=xxxxxx | 代码/镜像的来源地址。 |
TosMountConfig | Object of TosMountConfig | {"EnableTos": true, "MountPoints": [{"Endpoint": "http://tos-cn-beijing.ivolces.com", "BucketName": "ai-models", "BucketPath": "/", "LocalMountPath": "/mnt/tos", "ReadOnly": false}]} | 对象存储 TOS 挂载配置。 |
ProjectName | String | default | 项目名称 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | business_type | 环境变量的 Key。1 ~ 63 个字符,字符中可包含英文、数字以及下划线(_),并且不能以数字开头。同一函数下 Key 唯一。 |
Value | String | free | 环境变量的 Value。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Key | String | business | 标签键。 |
Value | String | ecommerce | 标签值。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
EnableLog | Boolean | false | TlS 日志功能开关。
|
TlsTopicId | String | tls-vefaas-logstore | TLS 日志主题 ID。 |
TlsProjectId | String | tls-vefaas | TLS 日志项目 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
VpcId | String | vpc-3rf87yoa8yn0g5zsk2hfevabcd | VPC ID。如果 VPC ID 为空字符串,代表删除当前 VPC 配置。 |
EnableVpc | Boolean | false | 函数是否开启私有网络访问。 |
SubnetIds | Array of String | subnet-mj1lxywnkq2o5smt1bhyefgh | VPC 子网 ID。 |
SecurityGroupIds | Array of String | sg-rs6schq63nk0v0x57j4wxyz | 安全组 ID。 |
EnableSharedInternetAccess | Boolean | false | 函数访问公网开关。在用户绑定自己 VPC 的情况下,是否通过 vefaas VPC 共享 NAT 网关访问公网。
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
EnableNas | Boolean | false | 是否开启 NAS 存储挂载。 |
NasConfigs | Array of NasConfig | [{"FileSystemId": "enas-cnsha0a8842997abcd", "MountPointId": "mount-6303defg", "RemotePath": "/", "LocalMountPath": "/mnt/nas", "Uid": "1000", "Gid": "1000"}] | Nas 存储配置。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
EnableTos | Boolean | false | 是否开启 TOS 存储挂载。 |
Credentials | Object of Credentials | {"AccessKeyId": "TZTJjfewfweiFJIEFLDMFDKFabcd", "SecretAccessKey": "FweiffJEFJEWFJWERYTKRVFJlewjfwelFslfjsdflsjdfl=="} | 开启 TOS 后需要提供具有 TOS 域名访问权限的 AKSK。 |
MountPoints | Array of TosMountPoint | [{"Endpoint": "http://tos-cn-beijing.ivolces.com", "BucketName": "ai-model", "BucketPath": "/", "LocalMountPath": "/mnt/tos", "ReadOnly": "true"}] | 开启 TOS 后需要提供 TOS 存储配置列表,最多不超过 5 个。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Gid | Long | 1000 | 文件系统中的用户组,暂时不支持自定义,如果提供该参数,参数值 1000(和函数 run user gid 保持一致)。 |
Uid | Long | 1000 | 文件系统中的用户,暂时不支持自定义,如果提供该参数,参数值只能为 1000(和函数 run user uid 保持一致)。 |
RemotePath | String | / | 文件系统远端目录。长度 1-128 个字符,只能以“/”开头,支持大小写字母、数字和特殊字符(- . _ ~ / : @ = + ? # )。 |
FileSystemId | String | enas-cnsha0a8842997abcd | NAS 文件系统 ID。 |
MountPointId | String | mount-6303defg | NAS 挂载点 ID。 |
LocalMountPath | String | /mnt/nas | 函数本地挂载目录。长度 1-128 个字符,只能以“/”开头,支持大小写字母、数字和特殊字符(- . _ ~ / : @ = + ? # )。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AccessKeyId | String | TZTJjfewfweiFJIEFLDMFDKFabcd | Access Key ID。 |
SecretAccessKey | String | FweiffJEFJEWFJWERYTKRVFJlewjfwelFslfjsdflsjdfl== | Secret Access Key。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Endpoint | String | http://tos-cn-beijing.ivolces.com | TOS 访问域名。 |
ReadOnly | Boolean | true | 函数本地目录访问权限,挂载 TOS Bucket后,函数本地挂载目录的访问权限是否为只读。
|
BucketName | String | ai-model | TOS 存储桶。 |
BucketPath | String | / | 挂载的 TOS Bucket 路径。 |
LocalMountPath | String | /mnt/tos | 函数本地挂载目录。 |
HTTP/1.1 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "ListFunctions", "Version": "2024-06-06", "Service": "vefaas", "Region": "cn-beijing" }, "Result": { "Items": [ { "Id": "95hl16re", "Name": "official-site", "Description": "", "Runtime": "vefaas.base.python3.12.v1", "ExclusiveMode": false, "RequestTimeout": 30, "MaxConcurrency": 100, "MemoryMB": 1024, "CodeSizeLimit": 0, "SourceType": "tos", "VpcConfig": { "EnableVpc": false }, "CreationTime": "2024-07-02 05:46:38.444 +0000 UTC", "LastUpdateTime": "2024-07-02 05:46:38.444 +0000 UTC", "TlsConfig": { "EnableLog": false }, "ResourcePoolId": "ujdsugfffv", "Owner": "1400000044", "UseStatus": "", "DebugInstanceEnable": false, "InstanceType": "", "InitializerSec": 0, "MigrateToVciPublic": false, "EnableDumaInstance": false } ], "Total": 180 } }
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。