批量重启应用
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
PUT /pop/v1/sam/app/batchRestartApplications HTTP/1.1
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| NamespaceId | string | 是 | 命名空间 ID。 | cn-shanghai |
| AppIds | string | 是 | 应用 id 列表。输入多个时,以英文逗号(,)分隔。 | 00893b3a-0e24-45ed-be0c-1f20e07b**** |
返回参数
示例
正常返回示例
JSON格式
{
"RequestId": "91F93257-7A4A-4BD3-9A7E-2F6EAE6D****",
"Message": "success",
"TraceId": "0a98a02315955564772843261e****",
"Data": {
"ChangeOrderId": "01db03d3-3ee9-48b3-b3d0-dfce2d88****"
},
"ErrorCode": "空",
"Code": 200,
"Success": true
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 |
|---|---|---|---|
| 400 | System.Upgrading | The system is being upgraded. Please try again later. | 系统正在升级,请稍后操作。 |
| 400 | InvalidParameter.Obviously | The specified parameter is invalid {%s}. | 不合法的参数{%s}。 |
| 400 | Mamespace.Have.No.Applications | There are no applications in this namespace. | 该命名空间中没有应用。 |
| 400 | Invalid.App.List.Not.Same.Namespace | The selected applications do not belong to the same namespace. | 所选择的应用不属于同一个命名空间。 |
| 400 | user.indebt | The user has an outstanding payment. | 当前用户处于欠费状态。 |
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 |
|---|
暂无变更历史
