重启应用

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求头

该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。

请求语法

PUT /pop/v1/sam/app/restartApplication HTTP/1.1

请求参数

名称 类型 是否必选 示例值 描述
AppId String 0099b7be-5f5b-4512-a7fc-56049ef1aa6b

目标应用ID

MinReadyInstances Integer 1

最小可用实例数。在变更期间保证可用的实例数。

返回数据

名称 类型 示例值 描述
Code String 200

接口状态或 POP 错误码

Data

返回结果

ErrorCode String success

错误码

Message String success

附加信息

RequestId String 00000000-0000-0000-0000-000000000000

请求ID

Success Boolean true

是否成功

TraceId String 000000000000000000000000000000

调用链ID

示例

请求示例

PUT /pop/v1/sam/app/restartApplication HTTP/1.1
公共请求头
{
  "AppId": "0099b7be-5f5b-4512-a7fc-56049ef1aa6b"
}

正常返回示例

XML 格式

<RestartApplicationResponse>
	  <Message>success</Message>
	  <RequestId>7BD8F4C7-D84C-4D46-9885-8212997E24D6</RequestId>
	  <TraceId>0bc3b6e215637275918588187d221e</TraceId>
	  <Data>
		    <ChangeOrderId>4a815998-b468-4bea-b7d8-59f52a4421f5</ChangeOrderId>
	  </Data>
	  <ErrorCode>success</ErrorCode>
	  <Code>200</Code>
	  <Success>true</Success>
</RestartApplicationResponse>

JSON 格式

{
	"Data":{
		"ChangeOrderId":"4a815998-b468-4bea-b7d8-59f52a4421f5"
	},
	"Message":"success",
	"RequestId":"7BD8F4C7-D84C-4D46-9885-8212997E24D6",
	"TraceId":"0bc3b6e215637275918588187d221e",
	"Success":true,
	"ErrorCode":"success",
	"Code":200
}

错误码

HttpCode 错误码 错误信息 描述
400 Application.ChangerOrderRunning An application change process is in progress. Please try again later. 应用有变更流程正在执行,请稍后重试。
400 Application.InvalidStatus The application status is abnormal. Please try again later. 应用状态异常,请稍后重试。
400 Application.NotDeployYet The application has not been deployed. Please deploy it and try again. 应用没有部署,请部署后重试。
400 InvalidApplication.NotFound The current application does not exist. 找不到当前应用
400 InvalidParameter.NotEmpty You must specify the parameter %s. 不合法的参数:%s 不能为空
400 InvalidParameter.Obviously The specified parameter is invalid {%s}. 不合法的参数{%s}
400 InvalidParameter.WithMessage The parameter is invalid {%s}: %s 不合法的参数{%s}:%s
400 NoComputeResourceQuota.Exceed Your compute resource is insufficient. Please submit a ticket to raise the quota. 计算资源不足,请提交工单增加计算资源额度。

访问错误中心查看更多错误码。