curl --location --request GET '/v4/vpc/describe-nat-gateways?regionID=TestRegionID'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": [
{
"ID": "natgw-twgggucsu9",
"creationTime": "2022-11-23T01:56:03Z",
"description": "",
"expireTime": "2022-12-23T01:56:03Z",
"name": "senti",
"natGatewayID": "natgw-twgggucsu9",
"projectID": "0",
"state": "running",
"status": 2,
"vpcID": "vpc-n96mwxjlt6",
"vpcName": "vpc-hybcloud-test",
"zoneID": "az1"
}
],
"statusCode": 800
}