DescribeEdgeFunctions - 查询边缘函数列表

更新时间:
复制为 MD 格式

查询边缘函数列表或指定边缘函数

接口说明

查询边缘函数列表或指定边缘函数

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用前面加 * 表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
rdsai:DescribeEdgeFunctionsupdate
*全部资源
*

请求参数

名称类型必填描述示例值
RegionIdstring

地域 ID。

cn-beijing
InstanceNamestring

AI 应用的实例 ID。

ra-supabase-8moov5lxba****
ClientTokenstring

幂等参数

ETnLKlblzczshOTUbOCz****
EdgeFunctionNamestring

fc-xxxx

ef-****

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

Id of the request

FE9C65D7-930F-57A5-A207-8C396329****
InstanceNamestring

AI 应用的实例 ID。

ra-supabase-8moov5lxba****
EdgeFunctionsarray<object>

边缘函数列表

edgeFunctionsobject
EdgeFunctionNamestring

边缘函数名

ef-****
Runtimestring

云函数执行环境,包括 linux 环节和 deno 版本

custom.debian12-deno-2.5.6
Cpustring

集群已使用的 CPU,单位:核数

1
MemorySizestring

内存大小。单位:MiB。

512
UrlInternetstring

应用公网访问 URL。

https://fc-bfvmoi****.cn-beijing.fcapp.run
UrlIntranetstring

应用内网访问 URL。

https://fc-bfvmoi****.cn-beijing-vpc.fcapp.run
FunctionUrlstring

函数地址

https://fcnext.console.aliyun.com/cn-beijing/functions/fc****
Statusstring

实例状态。详情请参见实例状态表

Running
CreatedTimestring

创建时间。

2021-11-12T21:35:03
ModifiedTimestring

修改时间(格林威治时间)

2025-05-25 10:22:54 +0800

示例

正常返回示例

JSON格式

{
  "RequestId": "FE9C65D7-930F-57A5-A207-8C396329****",
  "InstanceName": "ra-supabase-8moov5lxba****",
  "EdgeFunctions": [
    {
      "EdgeFunctionName": "ef-****",
      "Runtime": "custom.debian12-deno-2.5.6",
      "Cpu": 1,
      "MemorySize": 512,
      "UrlInternet": "https://fc-bfvmoi****.cn-beijing.fcapp.run",
      "UrlIntranet": "https://fc-bfvmoi****.cn-beijing-vpc.fcapp.run",
      "FunctionUrl": "https://fcnext.console.aliyun.com/cn-beijing/functions/fc****",
      "Status": "Running",
      "CreatedTime": "2021-11-12T21:35:03",
      "ModifiedTime": "2025-05-25 10:22:54 +0800"
    }
  ]
}

错误码

HTTP status code错误码错误信息描述
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.-
400IncorrectInstanceStateCurrent instance status does not support this operation.当前实例状态不支持该操作
400InvalidGroupNameSpecified group name is not valid.分组名称无效
400InvalidParameterThe provided parameter is invalid.无效的参数。
404UserNotFoundUser does not exist.用户不存在。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2026-03-17新增 OpenAPI查看变更详情