{
"sNatID": "ngwsr-5bcz1ki6f4",
"regionID": "TestRegionID",
"ipAddressIds": [
"eip-j8l0n87l6z"
],
"natGatewayID": "natgw-vma1z5sksi",
"clientToken": "132131"
}
curl --location --request POST '/v4/vpc/join-snat-for-eips' \
--header 'Content-Type: application/json' \
--data-raw '{
"sNatID": "ngwsr-5bcz1ki6f4",
"regionID": "TestRegionID",
"ipAddressIds": [
"eip-j8l0n87l6z"
],
"natGatewayID": "natgw-vma1z5sksi",
"clientToken": "132131"
}'
{
"description": "SNAT访问底层失败",
"errorCode": "snat.phybcloud.001",
"message": "原因:NAT:None SNat:ngwsr-ma3shgmk9u not exits",
"statusCode": 900
}