接口功能介绍
修改私网NAT
接口约束
需要先创建私网NAT
接口是否审批
否
URI
POST /v4/privatenat/update
Content-Type
application/json
路径参数
无
Query参数
无
请求头header参数
无
请求体body参数
请求体body参数
参数 是否必填 参数类型 说明 示例 下级对象 regionID 是 String 私网NAT所在的Region。 81f7728662dd11ec810800155d307d5b natGatewayID 是 String 要修改的私网NAT的ID。 natgw-1o5sdqb7i2 name 否 String 支持拉丁字母、中文、数字,下划线,连字符,中文 / 英文字母开头,不能以 http: / https: 开头,长度 2 - 32 acl11 description 否 String 支持拉丁字母、中文、数字, 特殊字符:!@#$%^&*()_\-+= <>?:\"{} | ,.\/;'[\]·@#¥%……&*() ——\-+={}|《》?:“”【】、;‘',。、,不能以 http: / https: 开头,长度 0 - 128 acl
响应参数
响应参数
参数 参数类型 说明 示例 下级对象 statusCode Integer 返回状态码(800为成功,900为失败) 800 message String statusCode为900时的错误信息; statusCode为800时为success, 英文 success description String statusCode为900时的错误信息; statusCode为800时为成功, 中文 成功 errorCode String statusCode为900时为业务细分错误码,三段式:product.module.code; statusCode为800时为SUCCESS SUCCESS returnObj Object 接口返回数据
表 returnObj
参数 参数类型 说明 示例 下级对象 natGatewayID String 私网NAT的ID natgw-rif3out20f
枚举参数
无
请求头header示例
无
请求url示例
POST /openapi/v4/privatenat/update
请求体body示例
{
"name":"提测测试流程",
"description":"开始提测了",
"natGatewayID":"natgw-1o5sdqb7i2",
"regionID": "81f7728662dd11ec810800155d307d5b",
}
响应示例
{
"statusCode":800,
"errorCode":"SUCCESS",
"message":"success",
"description":"成功",
"returnObj":{
"natGatewayID":"natgw-rif3out20f"
}
}
状态码
状态码 | 描述 |
---|---|
200 | 表示请求成功 |
错误码
请参考 错误码说明。