You need to enable JavaScript to run this app.
导航

灰度发布

最近更新时间2023.08.14 16:44:49

首次发布时间2023.02.15 19:04:54

本接口用于根据函数域名对函数进行灰度发布。

请求参数

名称位置类型是否必填示例值描述
ActionQueryStringCanaryPublish要执行的操作。取值:CanaryPublish
domainBodyStringtest-sparrow.test.test函数域名
descriptionBodyStringtest publish发布描述

返回数据

名称类型示例值描述
ticket_idInt6439发布id

请求示例

POST https://veefedge.volcengineapi.com/?Action=CanaryPublish
&<公共请求参数>
{
    "domain": "test-sparrow.test.test",
    "description": "test publish"
}

返回示例

正常返回示例

{
    "ResponseMetadata": {
        "RequestId": "202112072116030102251331430*****",
        "Action": "CanaryPublish",
        "Version": "2021-04-30",
        "Service": "veefedge",
        "Region": "cn-north-1"
    },
    "Result": {
        "ticket_id": 64
    }
}