获取NAT防火墙配额。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
SourceIp |
string |
否 |
访问源的 IP 地址。 |
113.132.26.XXX |
Lang |
string |
否 |
语言类型。 枚举值:
|
zh |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
Schema of Response |
||
RequestId |
string |
请求 ID。 |
F98BAA59-5863-5B61-8FD4-C5E96813**** |
UsedCount |
integer |
已使用数。 |
10 |
TotalCount |
integer |
总条数。 |
6 |
ExceptionCount |
integer |
异常节点数。 |
1 |
UnprotectedCount |
integer |
未保护数。 |
20 |
示例
正常返回示例
JSON
格式
{
"RequestId": "F98BAA59-5863-5B61-8FD4-C5E96813****",
"UsedCount": 10,
"TotalCount": 6,
"ExceptionCount": 1,
"UnprotectedCount": 20
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | ErrorAliUid | Aliuid invalid. | aliuid无效 |
400 | ErrorUserNotFound | User not found | 用户不存在. |
400 | ErrorDBSelectError | A database select error occurred. | 内部错误:数据库查询错误 |
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. | 该请求使用与上一个请求相同但不相同的客户端令牌。不要在不同的请求中重复使用客户端令牌,除非请求相同。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?