You need to enable JavaScript to run this app.
导航
获取函数详情
最近更新时间:2024.07.02 18:02:06首次发布时间:2023.02.15 19:04:53

本接口用于获取函数的详细信息。

请求说明

  • 请求方式:GET
  • 请求地址:https://veefedge.volcengineapi.com/?Action=GetSparrow&Version=2021-04-30

请求参数

参数类型是否必选示例值描述
ActionStringGetSparrow公共参数。该参数表示接口名称。取值:GetSparrow
VersionString2021-04-30公共参数。该参数表示接口版本。取值:2021-04-30。
domainStringbc36dc7c50b9f125d186df****函数ID

返回数据

参数类型示例值描述
sparrowSparrow见下文说明函数

Sparrow

参数类型示例值描述
account_identityInt6420****账户ID
user_identityInt640****用户ID
domainStringbc36dc7c50b9f125d186df****函数ID
nameStringhello-ve函数名称
clazz_nameStringf***套餐
creatorStringzhangsan创建人
create_timeInt641638326159创建时间
update_timeInt641638326159更新时间

请求示例

GET https://veefedge.volcengineapi.com/?Action=GetSparrow&domain=bc36dc7c50b9f125d186df****
&<公共请求参数>

返回示例

正常返回示例

{
    "ResponseMetadata": {
        "RequestId": "2021120720555001022524308105******",
        "Action": "GetSparrow",
        "Version": "2021-04-30",
        "Service": "veefedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "sparrow": {
            "account_identity": 20****,
            "user_identity": 0****,
            "domain": "bc36dc7c50b9f125d186df****",
            "name": "hello-ve",
            "clazz_name": "****",
            "creator": "*****",
            "create_time": 1638326159,
            "update_time": 1638326159
        }
    }
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码