本接口支持清除指定游戏的实例套餐配置。
下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ClearDeployStrategy | 接口名称。当前 API 的名称为 ClearDeployStrategy 。 |
Version | String | 是 | 2023-03-18 | 接口版本。当前 API 的版本为 2023-03-18 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ProductId | String | 否 | 1493570375567xxxxxx | 业务 ID,可在「云游戏控制台-云游戏手游-业务管理」中获取。 |
GameId | String | 否 | 7064461037747xxxxxx | 游戏 ID,可通过调用 ListGame 接口获取返回的游戏 ID。GameId 和 CustomGameId 二选一,同时指定时 GameId 优先。 |
CustomGameId | String | 否 | id1 | 用户自定义游戏 ID。GameId 和 CustomGameId 二选一,同时指定时 GameId 优先。 |
下表仅列出本接口特有的返回参数。更多信息请见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Result | String | success | 部署策略清除成功,返回 success 。否则返回错误。 |
POST https://open.volcengineapi.com?Action=ClearDeployStrategy&Version=2023-03-18 { "ProductId": "1493570375567xxxxxx", "GameId": "7064461037747xxxxxx" }
{ "ResponseMetadata": { "RequestId": "202306041104200100100232280022D31", "Action": "ClearDeployStrategy", "Version": "2023-03-18", "Service": "veGame", "Region": "cn-north-1" }, "Result": "success" }
您可访问公共错误码,获取更多错误码信息。