API网关 APIG,调用已发布的API,错误码0605

举报
DevFeng 发表于 2021/09/18 16:08:04 2021/09/18
【摘要】 基于API网关的电话号码归属地查询,根据文档操作,最后居然没有成功。在通过API网关开放电话号码归属地查询服务前,您需要获取登录华为云控制台的用户名和密码,并确保已实名认证此用户。同时,您还需要获取如表1所示信息。HTTP/1.1 500 Internal Server ErrorTransfer-Encoding: chunkedConnection: keep-aliveContent-...

基于API网关的电话号码归属地查询,根据文档操作,最后居然没有成功。

在通过API网关开放电话号码归属地查询服务前,您需要获取登录华为云控制台的用户名和密码,并确保已实名认证此用户。同时,您还需要获取如表1所示信息。

HTTP/1.1 500 Internal Server Error
Transfer-Encoding: chunked
Connection: keep-alive
Content-Type: application/json
Date: Sat, 18 Sep 2021 07:59:39 GMT
Server: api-gateway
X-Apig-Latency: 6
X-Apig-Ratelimit-Api: remain:99,limit:100,time:1 minute
X-Apig-Ratelimit-Api-Allenv: remain:199,limit:200,time:1 second
X-Request-Id: 4ade31a30cddb8021d1dd956d77c33b8

{"error_msg":"Backend domain name resolution failed","error_code":"APIG.0605","request_id":"4ade31a30cddb8021d1dd956d77c33b8"}
Backend domain name resolution
  • 后端域名解析失败,

  • 后端服务地址

    apigdemo.mycloud.com

  • apigdemo.mycloud.com这个域名无法访问。

记录一下APIG的错误码

错误码

错误信息

HTTP状态码

语义

解决方案

APIG.0101

The API does not exist or has not been published in the environment.

404

API不存在或未发布到环境

检查调用API所使用的域名、请求方法、路径和注册的API是否一致;检查API是否发布,如果发布到非生产环境,检查请求X-Stage头是否为发布的环境名;检查调用API使用的域名是否已经绑定到API所在的分组。

APIG.0101

The API does not exist.

404

API请求方法不存在

检查API请求方法是否与API定义的方法相同

APIG.0103

The backend does not exist.

500

无法找到后端

联系技术支持

APIG.0104

The plug-ins do not exist.

500

无法找到插件配置

联系技术支持

APIG.0105

The backend configurations do not exist.

500

无法找到后端配置

联系技术支持

APIG.0106

Orchestration error.

400

编排错误

检查API配置的前后端参数是否合理

APIG.0201

API request error.

400

请求格式不合法

使用合法的请求

APIG.0201

Request entity too large.

413

请求body过大(大于12M)

减小请求body大小

APIG.0201

Request URI too large.

414

请求URI过大(大于32K)

减小请求URI大小

APIG.0201

Request headers too large.

494

请求头过大(单个请求头大于32K或所有请求头总长度大于128K)

减小请求头大小

APIG.0201

Backend unavailable.

502

后端不可用

检查API配置的后端地址是否可用

APIG.0201

Backend timeout.

504

后端超时

增大超时时间或缩小后端的处理时间

APIG.0201

An unexpected error occurred

500

内部错误

联系技术支持

APIG.0204

SSL protocol is not supported: TLSv1.1

400

SSL协议版本不支持

使用支持的SSL协议版本

APIG.0301

Incorrect IAM authentication information.

401

IAM认证信息错误

检查token是否正确

APIG.0302

The IAM user is not authorized to access the API.

403

IAM用户不允许访问API

检查用户是否被黑白名单限制

APIG.0303

Incorrect app authentication information.

401

APP认证信息错误

检查请求的方法、路径、查询参数、请求体和签名使用的方法、路径、查询参数、请求体是否一致;检查客户端机器时间是否正确。请参考使用APP认证调用API检查签名代码的问题。

APIG.0304

The app is not authorized to access the API.

403

APP不允许访问API

检查APP是否授权访问API

APIG.0305

Incorrect authentication information.

401

认证信息错误

检查认证信息是否正确

APIG.0306

API access denied.

403

不允许访问API

检查是否授权访问API

APIG.0307

The token must be updated.

401

token需要更新

重新从IAM获取token

APIG.0308

The throttling threshold has been reached.

429

超出流控值限制

等待流控刷新后访问。如果触发子域名的单日请求数上限,请绑定独立域名。

APIG.0310

The project is unavailable.

403

project不可使用

使用其他project访问

APIG.0311

Incorrect debugging authentication information.

401

调试认证信息错误

联系技术支持

APIG.0401

Unknown client IP address.

403

无法识别客户端IP地址

联系技术支持

APIG.0402

The IP address is not authorized to access the API.

403

IP地址不允许访问

检查IP地址是否被黑白名单限制

APIG.0404

Access to the backend IP address has been denied.

403

后端IP不允许访问

后端IP地址或后端域名对应的IP地址不允许访问

APIG.0501

The app quota has been used up.

405

APP已经超出配额

或云市场调用次数用完

购买APP配额

或重新购买云市场调用次数

APIG.0502

The app has been frozen.

405

APP被冻结

余额不足

APIG.0601

Internal server error.

500

内部错误

联系技术支持

APIG.0602

Bad request.

400

非法请求

检查请求是否合法

APIG.0605

Domain name resolution failed.

500

域名解析失败

检查域名拼写,以及域名是否绑定了正确的后端地址

APIG.0606

Failed to load the API configurations.

500

未加载API配置

联系技术支持

APIG.0607

The following protocol is supported: {xxx}

400

协议不被允许,允许的协议是xxx。

注意:xxx以实际响应中的内容为准。

改用支持的协议(HTTP/HTTPS)访问

APIG.0608

Failed to obtain the admin token.

500

无法获取管理帐户

联系技术支持

APIG.0609

The VPC backend does not exist.

500

找不到vpc后端

联系技术支持

APIG.0610

No backend available.

502

没有可连接的后端

检查所有后端是否可用,如调用信息与实际配置是否一致。

APIG.0611

The backend port does not exist.

500

后端端口未找到

联系技术支持

APIG.0612

An API cannot call itself.

500

API调用自身

修改API后端配置,递归调用层数不能超过10层。

APIG.0613

The IAM service is currently unavailable.

503

IAM服务暂时不可用

联系技术支持

APIG.0705

Backend signature calculation failed.

500

计算后端签名失败

联系技术支持

APIG.0802

The IAM user is forbidden in the currently selected region

403

该IAM用户在当前region中被禁用

联系技术支持

APIG.1009

AppKey or AppSecret is invalid

400

AppKey或AppSecret不合法

检查请求的AppKey或AppSecret是否正确

【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。