调用GetNatGatewayConvertStatus接口查看公网NAT网关转换状态列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
RegionId | String | 是 | cn-qingdao |
要查看转换状态的公网NAT网关所属的地域ID。 |
NatGatewayId | String | 是 | ngw-bp1b0lic8uz4r6vf2**** |
要查看转换状态的公网NAT网关实例ID。 |
Action | String | 是 | GetNatGatewayConvertStatus |
系统规定参数。取值:GetNatGatewayConvertStatus。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 0ED8D006-F706-4D23-88ED-E11ED28DCAC0 |
请求ID。 |
DstNatType | String | Enhanced |
目标公网NAT网关的类型,取值:Enhanced,增强型公网NAT网关。 |
NatGatewayId | String | ngw-bp1b0lic8uz4r6vf2**** |
公网NAT网关的实例ID。 |
ConvertSteps | Array of ConvertStep |
转换过程中的状态变化列表信息。 |
|
StepStartTime | String | 2020-08-26T08:27:19Z |
切换步骤的开始时间。 |
StepName | String | init |
切换步骤的名称。取值:
|
StepStatus | String | successful |
切换的状态。取值:
|
示例
请求示例
http(s)://vpc.aliyuncs.com/?Action=GetNatGatewayConvertStatus
&NatGatewayId=ngw-bp1b0lic8uz4r6vf2****
&RegionId=cn-qingdao
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetNatGatewayConvertStatusResponse>
<RequestId>566678F2-BF11-4701-9569-D888191DAF5F</RequestId>
<DstNatType>Enhanced</DstNatType>
<ConvertSteps>
<StepName>init</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:27:19Z</StepStartTime>
</ConvertSteps>
<ConvertSteps>
<StepName>check</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:27:19Z</StepStartTime>
</ConvertSteps>
<ConvertSteps>
<StepName>configure</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:27:19Z</StepStartTime>
</ConvertSteps>
<ConvertSteps>
<StepName>activate</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:27:54Z</StepStartTime>
</ConvertSteps>
<ConvertSteps>
<StepName>conf_delete</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:27:58Z</StepStartTime>
</ConvertSteps>
<ConvertSteps>
<StepName>end_success</StepName>
<StepStatus>successful</StepStatus>
<StepStartTime>2020-08-26T08:28:00Z</StepStartTime>
</ConvertSteps>
<NatGatewayId>ngw-p0w4fb0mospbkaw9n****</NatGatewayId>
</GetNatGatewayConvertStatusResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId": "566678F2-BF11-4701-9569-D888191DAF5F",
"DstNatType": "Enhanced",
"ConvertSteps": [
{
"StepName": "init",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:27:19Z"
},
{
"StepName": "check",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:27:19Z"
},
{
"StepName": "configure",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:27:19Z"
},
{
"StepName": "activate",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:27:54Z"
},
{
"StepName": "conf_delete",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:27:58Z"
},
{
"StepName": "end_success",
"StepStatus": "successful",
"StepStartTime": "2020-08-26T08:28:00Z"
}
],
"NatGatewayId": "ngw-p0w4fb0mospbkaw9n****",
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | 指定的RegionId不存在。 |
访问错误中心查看更多错误码。