You need to enable JavaScript to run this app.
导航
批量停止服务 BatchStopGame
最近更新时间:2025.01.20 15:42:50首次发布时间:2024.06.12 20:47:09

批量停止指定 ReservedId 的云游戏服务。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=BatchStopGame&Version=2023-03-18

请求参数

下表仅列出了接口特有的请求参数和部分公共参数。完整的公共参数列表,参考 公共请求参数

Query

参数类型是否必选示例值描述
ActionStringBatchStopGame接口名称。当前 API 的名称为 BatchStopGame
VersionString2023-03-18接口版本。当前 API 的版本为 2023-03-18

Body

参数类型是否必选示例值描述
ProductIdString73738906**827381003云游戏业务 ID,您可在控制台 > 云游戏手游 > 业务管理或通过调用 GetProductList 接口获取。
StopInfoListArray of StopInfoList-停止信息列表,列表元素数量上限为 100。

StopInfoList

参数类型是否必选示例值描述
ReservedIdString736923556**42295079资源预锁定 ID,通过调用 PreAllocateResourceGamePreStart 接口返回,或通过客户端 SDK start() 接口回调。
ExtraJSON Map-自定义参数,透传给实例。

返回参数

下表仅列出本接口特有的返回参数。更多信息请见返回结构

参数类型示例值描述
FailedReservedIdListArray of String-执行停止游戏失败的 ReservedId,该字段为空表示全部执行成功。

请求示例

POST https://open.volcengineapi.com?Action=BatchStopGame&Version=2023-03-18
{
    "ProductId": "73738906**827381003",
    "StopInfoList": [
        {
            "ReservedId": "736923556**42295079"
        }
    ]
}

返回示例

{
    "ResponseMetadata": {
        "RequestId": "20230604110420****100232280022D31",
        "Action": "BatchStopGame",
        "Version": "2023-03-18",
        "Service": "vegame",
        "Region": "cn-north-1"
    },
    "Result": {}
}

错误码

您可访问公共错误码,获取更多错误码信息。