{
"clientToken": "test-clientToken",
"regionID": "nm8",
"name": "est-nat-lzj-10",
"azName": "az1",
"description": "testing",
"vpcID": "vpc-q63pkp6zuw",
"spec":1
}
curl --location --request POST '/v4/paas/vpc/create-nat-gateway' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientToken": "test-clientToken",
"regionID": "nm8",
"name": "est-nat-lzj-10",
"azName": "az1",
"description": "testing",
"vpcID": "vpc-q63pkp6zuw",
"spec":1
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"natGatewayID": "natgw-08xx0u1v5s"
},
"statusCode": 800
}