本接口用于根据函数id回滚到某个特定版本(即将某个版本重新发布一遍)
参数 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
Action | Query | String | 是 | SnapshotPublish |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
veef_id | String | 是 | bc36dc7c50b9f125d186df**** | 函数ID |
publish_type | String | 是 | 100 | 发布类型
|
version_tag | String | 是 | 1.0.1 | 需要重新发布(回滚)的版本号 |
description | String | 否 | test publish | 发布描述 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ticket_id | Int64 | 40 | 发布ID |
POST https://veefedge.volcengineapi.com/?Action=SnapshotPublish &<公共请求参数> { "veef_id": "bc36dc7c50b9f125d186df****", "publish_type":200, "version_tag":"1.0.1", "description": "test publish" }
正常返回示例
{ "ResponseMetadata": { "RequestId": "20211207211823010225243147019*****", "Action": "SnapshotPublish", "Version": "2021-04-30", "Service": "veefapi", "Region": "cn-north-1" }, "Result": { "ticket_id": 64 } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。