云服务器内容精选

  • 状态码 状态码如表1所示。 表1 状态码 状态码 编码 错误码说明 100 Continue 继续请求。 这个临时响应用来通知客户端,它的部分请求已经被服务器接收,且仍未被拒绝。 101 Switching Protocols 切换协议。只能切换到更高级的协议。 例如,切换到HTTP的新版本协议。 201 Created 创建类的请求完全成功。 202 Accepted 已经接收请求,但未处理完成。 203 Non-Authoritative Information 非授权信息,请求成功。 204 NoContent 请求完全成功,同时HTTP响应不包含响应体。 在响应OPTIONS方法的HTTP请求时返回此状态码。 205 Reset Content 重置内容,服务器处理成功。 206 Partial Content 服务器成功处理了部分GET请求。 300 Multiple Choices 多种选择。请求的资源可包括多个位置,相应可返回一个资源特征与地址的列表用于用户终端(例如:浏览器)选择。 301 Moved Permanently 永久移动,请求的资源已被永久的移动到新的URI,返回信息会包括新的URI。 302 Found 资源被临时移动。 303 See Other 查看其它地址。 使用GET和POST请求查看。 304 Not Modified 所请求的资源未修改,服务器返回此状态码时,不会返回任何资源。 305 Use Proxy 所请求的资源必须通过代理访问。 306 Unused 已经被废弃的HTTP状态码。 400 BadRequest 非合理的请求。 建议直接修改该请求,不要重试该请求。 401 Unauthorized 在客户端提供认证信息后,返回该状态码,表明服务端指出客户端所提供的认证信息不正确或不合理。 402 Payment Required 保留请求。 403 Forbidden 请求被拒绝访问。 返回该状态码,表明请求能够到达服务端,且服务端能够理解用户请求,但是拒绝做更多的事情,因为该请求被设置为拒绝访问,建议直接修改该请求,不要重试该请求。 404 NotFound 所请求的资源不存在。 建议直接修改该请求,不要重试该请求。 405 MethodNotAllowed 请求中带有该资源不支持的方法。 建议直接修改该请求,不要重试该请求。 406 Not Acceptable 服务器无法根据客户端请求的内容特性完成请求。 407 Proxy Authentication Required 请求要求代理的身份认证,与401类似,但请求者应当使用代理进行授权。 408 Request Time-out 服务器等候请求时发生超时。 客户端可以随时再次提交该请求而无需进行任何更改。 409 Conflict 服务器在完成请求时发生冲突。 返回该状态码,表明客户端尝试创建的资源已经存在,或者由于冲突请求的更新操作不能被完成。 410 Gone 客户端请求的资源已经不存在。 返回该状态码,表明请求的资源已被永久删除。 411 Length Required 服务器无法处理客户端发送的不带Content-Length的请求信息。 412 Precondition Failed 未满足前提条件,服务器未满足请求者在请求中设置的其中一个前提条件。 413 Request Entity Too Large 由于请求的实体过大,服务器无法处理,因此拒绝请求。为防止客户端的连续请求,服务器可能会关闭连接。如果只是服务器暂时无法处理,则会包含一个Retry-After的响应信息。 414 Request-URI Too Large 请求的URI过长(URI通常为网址),服务器无法处理。 415 Unsupported Media Type 服务器无法处理请求附带的媒体格式。 416 Requested range not satisfiable 客户端请求的范围无效。 417 Expectation Failed 服务器无法满足Expect的请求头信息。 422 UnprocessableEntity 请求格式正确,但是由于含有语义错误,无法响应。 429 TooManyRequests 表明请求超出了客户端访问频率的限制或者服务端接收到多于它能处理的请求。建议客户端读取相应的Retry-After首部,然后等待该首部指出的时间后再重试。 500 InternalServerError 表明服务端能被请求访问到,但是不能理解用户的请求。 501 Not Implemented 服务器不支持请求的功能,无法完成请求。 502 Bad Gateway 充当网关或代理的服务器,从远端服务器接收到了一个无效的请求。 503 ServiceUnavailable 被请求的服务无效。 建议直接修改该请求,不要重试该请求。 504 ServerTimeout 请求在给定的时间内无法完成。客户端仅在为请求指定超时(Timeout)参数时会得到该响应。 505 HTTP Version not supported 服务器不支持请求的HTTP协议的版本,无法完成处理。 父主题: 附录
  • 各模型支持的最小卡数和最大序列 基于vLLM(v0.7.2)部署推理服务时,不同模型推理支持的最小昇腾卡数和对应卡数下的max-model-len长度说明,如下面的表格所示。 以下值是在gpu-memory-utilization为0.9时测试得出,为服务部署所需的最小昇腾卡数及该卡数下推荐的最大max-model-len长度,不代表最佳性能。 以QwQ-32B为例,NPU卡显存为32GB时,至少需要4张卡运行推理业务,4张卡运行的情况下,推荐的最大序列max-model-len长度最大是32K,此处的单位K是1024,即32*1024。 测试方法:gpu-memory-utilization为0.9下,以4k、8k、16k递增max-model-len,直至达到能执行静态benchmark下的最大max-model-len。 bge-reranker-v2-m3模型使用openai启动服务,发送推理请求使用的是接口curl -X POST http://localhost:port/v1/rerank。 表1 基于vLLM不同模型推理支持最小卡数和最大序列说明 序号 模型名 32GB显存 64GB显存 最小卡数 最大序列(K) max-model-len 最小卡数 最大序列(K) max-model-len 1 QwQ-32B 4 32 2 64 2 qwen2.5-vl-7B 1 8 1 32 3 qwen2.5-vl-72B - - 4 32 4 internvl2.5-38B - - 2 32 5 DeepSeek-R1-Distill-Llama-8B 1 32 1 128 6 DeepSeek-R1-Distill-Llama-70B 8 32 4 64 7 DeepSeek-R1-Distill-Qwen-1.5B 1 64 1 128 8 DeepSeek-R1-Distill-Qwen-7B 1 8 1 32 9 DeepSeek-R1-Distill-Qwen-14B 2 32 1 32 10 DeepSeek-R1-Distill-Qwen-32B 4 32 2 64 11 bge-reranker-v2-m3 1 0.5 1 0.5 “-”表示不支持。 父主题: 附录
  • 客户声音制作案例 单击声音样例.zip,下载如表1所示的音频文件。其中,mos分是从音色相似度、情感表达效果和声音音质方面,进行整体效果综合评分的结果。 表1 音频文件 版本 类别 原音文件 合成音文件 版本差异 适用场景 基础版声音制作 女声 基础版媒体1.wav 基础版媒体2.wav 支持手机录制20条语料音频(5分钟),1-3天制作,快速获得类真人音色,mos分3.8。 短视频制作 进阶版声音制作 女声 进阶版媒体1.wav 进阶版媒体2.wav 支持手机录制100条语料音频(15分钟),1-3天制作,获得高还原度音色,mos分4.0。 直播、培训视频、智能交互 高级版声音制作 女声 高级版媒体1.wav 高级版媒体2.wav 录音棚专业设备录制60分钟音频,3-5天制作,支持多轮人工调整,获得现场级高品质音色,mos分4.2。 父主题: 附录
  • 通话挂机原因值说明 分类 错误码 描述 - 0 接通后主动挂机 绑定关系 8013 无效AX模式呼叫(存在AX绑定,但无临时被叫) 8014 无效AXB/X模式呼叫(绑定关系不存在,号码格式错误等) 8016 AX/AXB模式呼叫方向不允许 8019 回呼记录不存在 AXE模式,A呼叫X场景 AX模式,A回呼X场景 8022 绑定关系不存在或已过期(AXE模式,B呼X场景) 8030 AXYB模式绑定关系不存在 8031 AXYB模式呼叫过程中分配Y号码失败 主叫 7501 被叫振铃前主叫挂机 7502 被叫振铃后主叫挂机 7516 呼叫转接前主叫挂机。例如AXE模式主叫输入分机号前主动挂机 8033 收到分机号为空 8032 AXYB模式呼叫过程中原号码拨打自己绑定的隐私号导致呼叫失败 号码 8025 呼叫的X号码不存在(AXE模式) 被叫 7503 被叫拒接 7504 呼叫被拒绝,可能的原因如下: 被叫拒接 被叫开通免打扰、黑名单一类的呼叫限制业务 被叫系统拦截,可能原因是安装了拦截软件,或者设置了黑名单 8035 隐私保护呼叫平台接续超时,超时时间为呼叫转接后90秒左右 8100 被叫号码不存在 8101 被叫振铃后无应答,运营商网络原因,超时时间由运营商决定 8102 被叫用户正忙(被叫正在通话、振铃等) 8103 被叫信号异常,导致运营商未接续到被叫 8104 被叫已关机(被叫处于关机、飞行模式、无网络等状态) 8105 被叫已停机 租户 7100 应用信息不存在 7101 应用未申请隐私号码资源 7105 业务类型不匹配 7106 应用无 隐私保护通话 能力 7108 用户状态已冻结 7507 无放音文件 8006 X模式放音文件不存在 8010 超过通话最大时长挂机 管控 7001 开发者呼叫频次管控 7002 应用呼叫频次管控 7003 主显号码呼叫频次管控 7004 被叫黑名单呼叫管控 7005 主叫黑名单管控 7107 安全管控提示音放音失败 7109 租户语音端口不足 7500 呼叫前缀被限制 8018 业务无权限(包含:不存在AX绑定关系) 8023 不允许固话号码作为主叫号码 8024 不允许使用显示真实主叫号码模式 8042 国际呼入限制 8043 国际呼出限制 8044 通话时间异常管控 8046 接通率异常管控 8047 主叫呼叫频次管控 8048 被叫呼叫频次管控 8049 业务号码呼叫频次管控 8050 呼叫时段限制 8051 子企业被暂停 8055 X号码不可用,呼叫和短信功能不可用 8056 拨测号码管控 8057 呼叫方向管控 8058 从业者未实名 8059 运营商拦截 平台 522 平台语音端口不足 8007 最后一分钟放音失败 8008 给用户放音收号失败 8015/8041 给用户录音失败 7102/8011/8020/8040/8139 其他异常行为 网络 7505 主叫侧网络异常 7506 被叫侧网络异常(例如绑定的号码格式错误) 7508 路由失败 父主题: 附录
  • 私有证书管理状态码 状态码 编码 状态说明 200 OK 请求已成功。 201 Created 创建类的请求完全成功。 204 NO Content 执行成功,无响应消息体。 400 Bad Request 请求参数有误。 401 Unauthorized 服务端指出客户端所提供的认证信息不正确或非法。 403 Forbidden 服务器已经理解请求,但是拒绝执行它。 404 Not Found 资源不存在,资源未找到。 500 Internal Server Error 服务内部错误。
  • SSL证书管理状态码 状态码 编码 状态说明 200 OK 请求已成功。 202 Accept 任务提交成功,当前系统繁忙,下发的任务会延迟处理。 204 No Content 请求已成功,无内容返回。 300 multiple choices 被请求的资源存在多个可供选择的响应。 400 Bad Request 请求参数有误。 401 Unauthorized 被请求的页面需要用户名和密码。 403 Forbidden 服务器已经理解请求,但是拒绝执行它。 404 Not Found 资源不存在,资源未找到。 405 Method Not Allowed 请求中指定的方法不被允许。 406 Not Acceptable 服务器生成的响应无法被客户端所接受。 407 Proxy Authentication Required 用户必须首先使用代理服务器进行验证,这样请求才会被处理。 408 Request Timeout 请求超出了服务器的等待时间。 409 Conflict 由于冲突,请求无法被完成。 500 Internal Server Error 服务内部错误。 501 Not Implemented 请求未完成。服务器不支持所请求的功能。 502 Bad Gateway 请求未完成。服务器从上游服务器收到一个无效的响应。 503 Service Unavailable 请求未完成。系统暂时异常。 504 Gateway Timeout 网关超时。
  • 监控指标 表1 DDS推荐的监控指标 指标ID 指标名称 指标含义 取值范围 单位 进制 测量对象 监控周期(原始指标) mongo007_connections_usage 当前活动连接数百分比 该指标用于统计试图连接到实例节点的连接数占可用连接数百分比。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo032_mem_usage 内存使用率 该指标用于统计测量对象的内存利用率。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo031_cpu_usage CPU使用率 该指标用于统计测量对象的CPU利用率。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo035_disk_usage 磁盘利用率 该指标用于统计测量对象的磁盘利用率。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 表2 DDS支持的监控指标 指标ID 指标名称 指标含义 取值范围 单位 进制 测量对象 监控周期(原始指标) mongo001_command_ps command执行频率 该指标用于统计平均每秒command语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库副本集实例下的只读节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo002_delete_ps delete语句执行频率 该指标用于统计平均每秒delete语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo003_insert_ps insert语句执行频率 该指标用于统计平均每秒insert语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo004_query_ps query语句执行频率 该指标用于统计平均每秒query语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo005_update_ps update语句执行频率 该指标用于统计平均每秒update语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo006_getmore_ps getmore语句执行频率 该指标用于统计平均每秒getmore语句在节点上执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo007_chunk_num1 分片一的chunk数 该指标用于统计分片一的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num2 分片二的chunk数 该指标用于统计分片二的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num3 分片三的chunk数 该指标用于统计分片三的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num4 分片四的chunk数 该指标用于统计分片四的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num5 分片五的chunk数 该指标用于统计分片五的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num6 分片六的chunk数 该指标用于统计分片六的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num7 分片七的chunk数 该指标用于统计分片七的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num8 分片八的chunk数 该指标用于统计分片八的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num9 分片九的chunk数 该指标用于统计分片九的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num10 分片十的chunk数 该指标用于统计分片十的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num11 分片十一的chunk数 该指标用于统计分片十一的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo007_chunk_num12 分片十二的chunk数 该指标用于统计分片十二的chunk个数。 0~64 Count 不涉及 文档数据库集群实例 1分钟 mongo008_connections 实例当前活动连接数 该指标用于统计试图连接到DDS实例的总连接数。 0~200 Count 不涉及 文档数据库实例 1分钟 mongo009_migFail_num 过去一天块迁移的失败次数 该指标用于统计过去一天中块迁移失败的次数。 ≥ 0 Count 不涉及 文档数据库集群实例 1分钟 mongo007_connections 当前活动连接数 该指标用于统计试图连接到DDS实例节点的总连接数。 0~200 Count 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo007_connections_usage 当前活动连接数百分比 该指标用于统计试图连接到实例节点的连接数占可用连接数百分比。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo008_mem_resident 驻留内存 该指标用于统计当前驻留内存的大小。 ≥ 0 MB 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo009_mem_virtual 虚拟内存 该指标用于统计当前虚拟内存的大小。 ≥ 0 MB 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo010_regular_asserts_ps 常规断言频率 该指标用于统计常规断言频率。 ≥ 0 Count/s 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo011_warning_asserts_ps 警告频率 该指标用于统计警告频率。 ≥ 0 Count/s 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo012_msg_asserts_ps 消息断言频率 该指标用于统计消息断言频率。 ≥ 0 Count/s 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo013_user_asserts_ps 用户断言频率 该指标用于统计用户断言频率。 ≥ 0 Count/s 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo014_queues_total 等待锁的操作数 该指标用于统计当前等待锁的操作数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo015_queues_readers 等待读锁的操作数 该指标用于统计当前等待读锁的操作数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo016_queues_writers 等待写锁的操作数 该指标用于统计当前等待写锁的操作数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo017_page_faults 缺页错误数 该指标用于统计当前节点上的缺页错误数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo018_porfling_num 慢查询数 该指标用于统计当前节点上的前5分钟到当前时间点的慢查询总数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo019_cursors_open 当前维护游标数 该指标用于统计当前节点上的维护游标数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo020_cursors_timeOut 服务超时游标数 该指标用于统计当前节点上的服务超时游标数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo021_wt_cahe_usage 内存中数据量(WiredTiger引擎) 该指标用于统计当前内存中数据量(WiredTiger引擎)。 ≥ 0 MB 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo022_wt_cahe_dirty 内存中脏数据量(WiredTiger引擎) 该指标用于统计当前内存中脏数据量(WiredTiger引擎)。 ≥ 0 MB 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo023_wInto_wtCache 写入WiredTiger内存的频率 该指标用于统计当前内存中写入频率(WiredTiger引擎)。 ≥ 0 byte/s 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo024_wFrom_wtCache 从WiredTiger内存写入磁盘频率 该指标用于统计当前内存写入磁盘频率(WiredTiger引擎)。 ≥ 0 byte/s 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo025_repl_oplog_win 主节点的Oplog中可用时间 该指标用于统计当前实例下的主节点的Oplog中可用时间。 ≥ 0 h 不涉及 文档数据库实例下的主节点 1分钟 mongo025_repl_headroom 主备Oplog重叠时长 该指标用于统计实例下的主节点和Secondary节点之间Oplog重叠时长。 ≥ 0 s 不涉及 文档数据库实例下的备节点 1分钟 mongo026_repl_lag 主备延时 该指标用于统计实例下的主节点和Secondary节点之间的复制延时。 ≥ 0 s 不涉及 文档数据库实例下的备节点 1分钟 mongo027_repl_command_ps 备节点复制的command执行频率 该指标用于统计平均每秒Secondary节点复制的command语句执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例下的备节点 1分钟 mongo028_repl_update_ps 备节点复制的update语句执行频率 该指标用于统计平均每秒Secondary节点复制的update语句执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例下的备节点 1分钟 mongo029_repl_delete_ps 备节点复制的delete语句执行频率 该指标用于统计平均每秒Secondary节点复制的delete语句执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例下的备节点 1分钟 mongo030_repl_insert_ps 备节点复制的insert语句执行频率 该指标用于统计平均每秒Secondary节点复制的insert语句执行次数。 ≥ 0 Count/s 不涉及 文档数据库实例下的备节点 1分钟 mongo031_cpu_usage CPU使用率 该指标用于统计测量对象的CPU利用率。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo032_mem_usage 内存使用率 该指标用于统计测量对象的内存利用率。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo033_bytes_out 网络输出吞吐量 该指标用于统计平均每秒从测量对象的所有网络适配器输出的流量。 ≥ 0 byte/s 1024(IEC) 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo034_bytes_in 网络输入吞吐量 该指标用于统计平均每秒从测量对象的所有网络适配器输入的流量。 ≥ 0 byte/s 1024(IEC) 文档数据库集群实例下的dds mongos节点 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 5秒 mongo035_disk_usage 磁盘利用率 该指标用于统计测量对象的磁盘利用率。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo036_iops IOPS 该指标用于统计当前实例节点,单位时间内系统处理的I/O请求数量(平均值)。 ≥ 0 Count/s 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo037_read_throughput 硬盘读吞吐量 硬盘平均每秒读字节数。 ≥ 0 byte/s 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo038_write_throughput 硬盘写吞吐量 硬盘平均每秒写字节数。 ≥ 0 byte/s 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo039_avg_disk_sec_per_read 硬盘读耗时 该指标用于统计某段时间平均每次读取硬盘所耗时间。 ≥ 0 s 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo040_avg_disk_sec_per_write 硬盘写耗时 该指标用于统计某段时间平均每次写入硬盘所耗时间。 ≥ 0 s 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo042_disk_total_size 磁盘总大小 该指标用于统计测量对象的磁盘总大小。 0~1000 GB 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo043_disk_used_size 磁盘使用量 该指标用于统计测量对象的磁盘已使用总大小。 0~1000 GB 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo044_swap_usage SWAP利用率 交换内存SWAP使用率百分数。 0~100 % 不涉及 文档数据库集群实例下的dds mongos节点 文档数据库实例下的备节点 1分钟 mongo050_top_total_time 集合花费的总时间 Mongotop-total time指标,集合操作花费的时间总和。 ≥ 0 ms 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo051_top_read_time 集合读花费的总时间 Mongotop-read time指标,集合读操作花费的时间总和。 ≥ 0 ms 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo052_top_write_time 集合写花费的总时间 Mongotop-write time指标,集合写操作花费的时间总和。 ≥ 0 ms 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo053_wt_flushes_status 周期Checkpoint的触发次数 WiredTiger一个轮询间隔期间checkpoint的触发次数,记录周期内发生的次数。 ≥ 0 times 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo054_wt_cache_used_percent Wiredtiger使用中的缓存百分比 Wiredtiger使用中的缓存大小百分数。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo055_wt_cache_dirty_percent Wiredtiger脏数据的缓存百分比 Wiredtiger脏数据的缓存大小百分数。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo070_rocks_active_memtable memtable中的数据大小 采集当前活动memtable中的数据大小。 0~100 Byte 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo071_rocks_oplogcf_active_memtable oplogcf上memtable中的数据大小 采集当前用于oplogcf上活动memtable中的数据大小。 0~100 Byte 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo072_rocks_all_memtable memtable和immutable-mem中的总数据大小 采集当前memtable和immutable-mem中的总数据大小。 0~100 Byte 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo073_rocks_oplogcf_all_memtable oplogcf上memtable和immutable-mem中的总数据大小 采集当前用于oplogcf上memtable和immutable-mem中的总数据大小。 0~100 Byte 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo074_rocks_snapshots 未释放的snapshot的数量 采集当前未释放的snapshot的数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo075_rocks_oplogcf_snapshots oplogcf上未释放的snapshot的数量 采集当前oplogcf上未释放的snapshot的数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo076_rocks_live_versions 活动的版本数量 采集当前活动的版本数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo077_rocks_oplogcf_live_versions oplogcf上活动的版本数量 采集当前oplogcf上活动的版本数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo078_rocks_block_cache 驻留在blockcache中的数据大小 采集当前驻留在blockcache中的数据大小。 0~100 Byte 1024(IEC) 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo079_rocks_background_errors 后台累积错误数量 采集记录后台累积错误数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo080_rocks_oplogcf_background_errors oplogcf上后台累积错误数量 采集记录oplogcf上后台累积错误数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo081_rocks_conflict_bytes_usage 事务写写冲突处理缓冲区使用率 采集事务写中写冲突处理缓冲区使用率。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo082_rocks_uncommitted_keys 未提交的key的数量 采集当前未提交的key的数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo083_rocks_committed_keys 提交的key的数量 采集当前已提交的key的数量。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo084_rocks_alive_txn 活跃事务链表的长度 采集记录活跃事务链表的长度。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo085_rocks_read_queue 读队列的长度 采集当前读队列的长度。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo086_rocks_commit_queue 提交队列的长度 采集当前提交队列的长度。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo087_rocks_ct_write_out 已使用并发写事务数 采集当前已使用并发写事务数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo088_rocks_ct_write_available 剩余可用并发写事务数 采集当前剩余可用并发写事务数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo089_rocks_ct_read_out 已使用并发读事务数 采集当前已使用并发读事务数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo090_rocks_ct_read_available 剩余可用并发读事务数 采集当前剩余可用并发读事务数。 ≥ 0 Count 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 1分钟 mongo091_active_session_count 周期活跃会话数 该指标用于统计自上次刷新周期以来Mongo实例在内存中缓存的所有活跃本地会话的数目。 ≥ 0 Count 不涉及 文档数据库副本集实例下的只读节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo092_rx_errors 接收报文错误率 该指标用于统计监控周期内接收报文中错误报文数量与全部接收报文比值。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo093_rx_dropped 接收报文丢包率 该指标用于监控周期内统计接收报文中丢失报文数量与全部接收报文比值。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo094_tx_errors 发送报文错误率 该指标用于监控周期内统计发送报文中错误报文数量与全部发送报文比值。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo095_tx_dropped 发送报文丢包率 该指标用于监控周期内统计发送报文中丢失报文数量与全部发送报文比值。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo096_retrans_segs 重传包数目 该指标用于监控周期内统计重传包数目。 ≥ 0 Counts 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo097_retrans_rate 重传比例 该指标用于监控周期内统计重传包比例。 0~100 % 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo098_out_rsts_nums 发送RST数目 该指标用于监控周期内统计RST数目。 ≥ 0 Counts 不涉及 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 5秒 mongo099_read_time_average 读命令耗时平均值 该指标为单个节点的读命令耗时平均值。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo100_read_time_p99 读命令p99耗时 该指标为单个节点的读命令p99耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo101_read_time_p999 读命令p999耗时 该指标为单个节点的读命令p999耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo102_write_time_average 写命令耗时平均值 该指标为单个节点的写命令耗时平均值。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo103_write_time_p99 写命令p99耗时 该指标为单个节点的写命令p99耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo104_write_time_p999 写命令p999耗时 该指标为单个节点的写命令p999耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo105_command_time_average command耗时平均值 该指标为单个节点的节点command的耗时平均值。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo106_command_time_p99 command p99耗时 该指标为单个节点的command耗时p99耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo107_command_time_p999 command p999耗时 该指标为单个节点的command耗时p999耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo108_txn_time_average 事务耗时平均值 该指标为单个节点的节点事务耗时平均值。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo109_txn_time_p99 事务p99耗时 该指标为单个节点的事务p99耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 mongo110_txn_time_p999 事务p999耗时 该指标为单个节点的事务p999耗时。 ≥ 0 ms 不涉及 文档数据库集群实例下的dds shard节点 文档数据库集群实例下的dds config节点 文档数据库实例下的主节点 文档数据库实例下的备节点 文档数据库实例下的隐藏节点 1分钟 指标ID中含有“rocks”的监控指标均用于监测4.2版本的实例或实例节点。
  • 错误码 当您调用API时,如果遇到“APIGW”开头的错误码,请参见API网关错误码进行处理。遇到“APIG”开头的错误码,请参考本文档进行处理。 表1 错误码 模块 错误码 错误信息 说明 建议解决方法 模型推理 PANGU.0010 parameter illegal. 请求参数错误。 请参考《API文档》输入正确的请求参数,并重新调试API。 PANGU.0011 Authentication failed. 认证失败。 认证鉴权失败,请参考《API文档》认证鉴权章节重新进行认证。 PANGU.0012 The authentication information is missing. 缺少身份验证信息。 请检查调用API时是否有传入认证鉴权信息。 PANGU.0031 Inner service exception. 服务内部异常。 请联系服务技术支持协助解决。 PANGU.3254 The requested inference service does not exist. 资源不存在。 请检查调用API时projectId和deploymentId是否填写正确,推理服务状态是否可用。 PANGU.3267 The number of service invoking requests exceeds the project limit. 用户调用过于频繁。 请降低请求频率。 PANGU.3278 required api parameter is not present. 请求参数丢失。 请检查调用API时请求参数是否填写完整、是否有拼写错误、取值是否正确。 PANGU.3318 The total length of the question should be between 1 and 4096. Content长度不合法 请参考《API文档》检查请求参数中输入的Content参数长度是否不在范围内,并重新调试API。 PANGU.3320 The parameter [n] can only be 1 or 2 when calling non-streaming. 非流式调用推理服务传的参数只能是1或者2。 请使用正确的取值:1或者2。 PANGU.3321 The parameter [n] can only be 1 when calling streaming. 流式调用推理服务n只能取1。 请使用正确的取值:1。 PANGU.3342 Failed to invoke the inference service. please check the details field. 调用推理服务失败,请查看错误详情。 调用推理服务失败,请查看错误详情。 IIT.0201 The input param is invalid!/The input param is invalid, please check your key! 请求参数不合法。 请检查请求参数是否填写正确。 IIT.0202 Interval Server Error! 内部错误。 请联系服务技术支持协助解决。 IIT.0203 The input param is invalid, the input data lens is less than the train data lens! 请求参数不合法,输入参数中的数据长度小于训练所用数据长度。 请确认请求body中特征名称、特征数量是否与训练数据中的特征一致。 PREDICT.0102 Json format is wrong!或者其他与数据相关的特定报错信息 请求数据非JSON格式 或者其他与数据相关的特定错误 请将请求体设置为JSON格式 或者根据数据相关的特定报错信息调整请求体 PREDICT.0201 The input param is invalid!/The input param is invalid, please check your key! 请求参数不合法。 请检查请求参数是否填写正确。 PREDICT.0202 Interval Server Error! 内部错误。 请联系服务技术支持协助解决。 PREDICT.0203 The input param is invalid, the input data lens is less than the train data lens! 请求参数不合法,输入参数中的数据长度小于训练所用数据长度。 请确认请求body中特征名称、特征数量是否与训练数据中的特征一致。 APIG.0101 The API does not exist or has not been published in the environment. 访问的API不存在或尚未在环境中发布。 请检查API的URL是否拼写正确,例如,URL中是否缺少project_id。 HTTP请求方法(POST,GET等)是否正确。 APIG.0201 Backend timeout. 请求超时。 请检查原调用请求是否过于频繁,如果是并发过大,可以通过重试机制解决,在代码里检查返回值,碰到这个并发错误可以延时一小段时间(如2-5s)重试请求;也可以后端检查上一个请求结果,上一个请求返回之后再发送下一个请求,避免请求过于频繁。 请与技术支持确认,API是否已完成部署。 APIG.0301 Incorrect IAM authentication information. IAM身份验证信息不正确: decrypt token fail:token解析失败。 token expires:token过期。 verify aksk signature fail:AK/SK认证失败。 x-auth-token not found:未找到x-auth-token参数。 token解析失败,请检查获取token的方法,请求体信息是否填写正确,token是否正确;检查获取token的环境与调用的环境是否一致。 token超时(token expires) ,请重新获取token,使用不过期的token。 请检查AK/SK是否正确(AK对应的SK错误,不匹配;AK/SK中多填了空格)。 AK/SK频繁出现鉴权出错,连续错误5次以上,被锁定5分钟(5分钟内,则一直认为其是异常的鉴权请求),5分钟后解锁重新认证。 检查账号权限,是否欠费,被冻结等。 检查调用API时,请求header参数X-Auth-Token是否拼写正确。 APIG.0308 The throttling threshold has been reached: policy user over ratelimit,limit:XX,time:1 minute. 发送请求超过了服务的默认配置限流。 通过重试机制,在代码里检查返回值,碰到并发错误可以延时一小段时间(如2-5s)重试请求。 后端检查上一个请求结果,上一个请求返回之后再发送下一个请求,避免请求过于频繁。 父主题: 附录
  • 云手机规格列表 规格名称 规格说明 rc1.se 手机开数 60,CPU 4U,Memory 8GB,720P 30fps rc1.plus 手机开数 30,CPU 6U,Memory 12GB,720P 60fps rc2.se 手机开数 100,CPU 5U,Memory 10GB,720P 30fps rc2.plus 手机开数 80,CPU 6U,Memory 12GB,720P 30fps rc2.pro 手机开数 60,CPU 8U,Memory 16GB,720P 60fps rc2.max 手机开数 40,CPU 16U,Memory 24GB,1080P 30fps rc2.pro_max 手机开数 20,CPU 20U,Memory 32GB,1080P 30fps rc3.se 手机开数 100,CPU 5U,Memory 10GB,720P 30fps rc3.plus 手机开数 90,CPU 6U,Memory 12GB,720P 60fps rc3.pro 手机开数 60,CPU 8U,Memory 16GB,1080P 60fps rc3.max 手机开数 40,CPU 16U,Memory 24GB,1080P 60fps rc3.pro_max 手机开数 20,CPU 20U,Memory 32GB,1080P 60fps 父主题: 附录
  • 手机号所属的国家 表1 手机号所属的国家 国家 国家码 chinaPR +86(中国大陆) chinaHKG +852(中国香港) chinaOMA +853(中国澳门) chinaTPE +886(中国台湾地区) BVl +1284 (英属维尔京群岛) Bolivia +591(玻利维亚) CZ +420(捷克共和国) GB +245(几内亚比绍) SVGrenadines +1784(圣文森特和格林纳丁斯) TAT +1868(特立尼达和多巴哥) UK +44(英国) afghanistan +93(阿富汗) albania +355(阿尔巴尼亚) algeria +213(阿尔及利亚) andorra +376(安道尔共和国) angola +244(安哥拉) argentina +54(阿根廷) armenia +374(亚美尼亚) australia +61(澳大利亚) austria +43(奥地利) azerbaijan +994(阿塞拜疆) bahamas +1242(巴哈马) bahrain +973(巴林) bangladesh +880(孟加拉国) belarus +375(白俄罗斯) belgium +32(比利时) belize +501(伯利兹) benin +229(贝宁) bosniaAndHerzegovina +387(波斯尼亚和黑塞哥维那) botswana +267(博茨瓦纳) brazil +55(巴西) brunei +673(文莱) bulgaria +359(保加利亚) burkinaFaso +226(布基纳法索) burundi +257(布隆迪) cambodia +855(柬埔寨) cameroon +237(喀麦隆) canada +1(加拿大) capeVerde +238(佛得角) caymanIslands +1345(开曼群岛) centralAfrican +236(中非) chad +235(乍得) chile +56(智利) colombia +57(哥伦比亚) comoros +269(科摩罗) congoB +242(刚果.布) congoJ +243(刚果.金) costarica +506(哥斯达黎加) croatia +385(克罗地亚) curacao +599(库拉索岛) cyprus +357(塞浦路斯) denmark +45(丹麦) djibouti +253(吉布提) dominica +1809(多米尼加共和国) ecuador +593(厄瓜多尔) egypt +20(埃及) equatorialGuinea +240(赤道几内亚) estonia +372(爱沙尼亚) finland +358(芬兰) france +33(法国) gabon +241(加蓬) gambia +220(冈比亚) georgia +995(格鲁吉亚) germany +49(德国) ghana +233(加纳) greece +30(希腊) grenada +1473(格林纳达) guatemala +502(危地马拉) guinea +224(几内亚) guyana +592(圭亚那) honduras +504(洪都拉斯) hungary +36(匈牙利) india +91(印度) indonesia +62(印度尼西亚) iraq +964(伊拉克) ireland +353(爱尔兰) israel +972( 以色列) italy +39(意大利) ivoryCoast +225(科特迪瓦) jamaica +1876(牙买加) japan +81(日本) jordan +962(约旦) kazakhstan +7(哈萨克斯坦) kenya +254(肯尼亚) kuwait +965(科威特) kyrgyzstan +996(吉尔吉斯斯坦) laos +856(老挝) latvia +371(拉脱维亚) lebanon +961(黎巴嫩) lesotho +266(莱索托) liberia +231(利比里亚) libya +218(利比亚) lithuania +370(立陶宛) luxembourg +352(卢森堡) macedonia +389(北马其顿) madagascar +261(马达加斯加) malawi +265(马拉维) malaysia +60(马来西亚) maldives +960(马尔代夫) mali +223(马里) malta +356(马耳他) mauritania +222(毛里塔尼亚) mauritius +230(毛里求斯) mexico +52(墨西哥) moldova +373(摩尔多瓦) mongolia +976(蒙古) montenegro +382 (黑山共和国) morocco +212(摩洛哥) mozambique +258(莫桑比克) myanmar +95(缅甸) namibia +264(纳米比亚) nepal +977(尼泊尔) netherlands +31(荷兰) newZealand +64(新西兰) nicaragua +505(尼加拉瓜) niger +227(尼日尔) nigeria +234(尼日利亚) norway +47(挪威) oman +968(阿曼) pakistan +92(巴基斯坦) palestine +970(巴勒斯坦) panama +507(巴拿马) papuaNewGuinea +675(巴布亚新几内亚) peru +51(秘鲁) philippines +63(菲律宾) poland +48(波兰) portugal +351(葡萄牙) puertoRico +1787(波多黎各) qatar +974(卡塔尔) romania +40(罗马尼亚) russia +7(俄罗斯) rwanda +250(卢旺达) saintMartin +590(圣马丁) salvatore +503(萨尔瓦多) saudiArabia +966(沙特阿拉伯) senegal +221(塞内加尔) serbia +381(塞尔维亚) seychelles +248(塞舌尔) sierraLeone +232(塞拉利昂) singapore +65(新加坡) slovakia +421(斯洛伐克) slovenia +386(斯洛文尼亚) somalia +252(索马里) southAfrica +27(南非) southKorea +82(韩国) spain +34(西班牙) sriLanka +94(斯里兰卡) suriname +597(苏里南) swaziland +268(斯威士兰) sweden +46(瑞典) switzerland +41(瑞士) tajikistan +992(塔吉克斯坦) tanzania +255(坦桑尼亚) thailand +66(泰国) togo +228(多哥) tunisia +216(突尼斯) turkey +90(土耳其) turkmenistan +993(土库曼斯坦) uae +971(阿联酋) uganda +256(乌干达) ukraine +380(乌克兰) uruguay +598(乌拉圭) usa +1(美国) uzbekistan +998(乌兹别克斯坦) venezuela +58(委内瑞拉) vietNam +84(越南) yemen +967(也门) zambia +260(赞比亚) zimbabwe +263(津巴布韦) 父主题: 附录
  • 如何保证请求幂等性 客户端在发送请求时,可以在HTTP请求消息头中增加X-Client-Token作为幂等性标识,字段描述参见表1。 表1 幂等标识消息头 名称 描述 是否必选 示例 X-Client-Token 保证客户端请求幂等性的标识。 该标识为32位UUID格式,由客户端生成,且需确保不同请求之间该标识具有唯一性。 否 46436810-d999-454c-bd85-e515fd258600 通常情况下,客户端只需要在服务端内部异常、连接超时等响应状态码为5xx的错误,或者无法获取响应结果重试请求。重试请求仍然使用相同的幂等标识和请求参数,则服务端会返回与第一次请求相同的请求结果。 幂等标识的详细信息如下所示: 幂等标识是一个大小写敏感的32位UUID,其格式为:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (8-4-4-4-12),其中每个x是0-9或a-f范围内的一个十六进制的数字。如果您提供了一个非UUID格式的标识,则服务端会返回Ecs.0123错误码。 幂等标识需要具有唯一性,如果您提供了一个已经使用过的标识,但请求参数有变化,则服务端会返回Ecs.0122错误码。 幂等标识具有时效性(8小时),如果您提供了一个已经失效的标识,则服务端会返回Ecs.0124错误码。 使用幂等标识后: 返回结果状态码为2xx时,重试后客户端可以得到与上次相同的结果,但对您的服务端状态没有影响。 返回结果状态码为4xx时,重试不会成功。您需要根据错误信息排查问题后再重试请求。
  • 获取AK和SK 注意:访问密钥对账号具有完全的访问权限,如果访问密钥泄露,会带来数据泄露风险,为了账号安全性,建议您定期更换并妥善保存访问密钥。每个账号最多只能创建2个密钥。 登录管理控制台。 鼠标移动至用户名,在下拉列表中单击“我的凭证”。 在左侧导航栏中选择“访问密钥”。 单击“新增访问密钥”,在弹出的页面中输入账号密码及短信验证码。 图1 访问密钥 单击“确定”,即可下载一个命名为“credentials.csv”的文件,其中包含AK和SK。
  • 错误码( 医疗智能体 与盘古辅助制药平台) 当您调用API时,如果遇到“APIGW”开头的错误码,请参见API网关错误码进行处理。 状态码 错误码 错误信息 处理措施 400 eihealth.01040001 Invalid template content. 检查模板内容是否符合格式要求。 400 eihealth.01040002 Duplicate columns are not allowed. 检查定义的列名是否重复。 400 eihealth.01040003 Nullable cannot be set for columns that are set as primary keys. 检查设置为主键的列是否设置为允许为空。 400 eihealth.01040004 The uploaded template cannot be empty. 检查上传的模板文件内容是否已填写。 400 eihealth.01040005 The template file name extension can only be yaml or yml. 检查文件后缀名是否为yaml或yml。 400 eihealth.01040007 Cannot reference or import resource from your own project. 检查导入列表中是否包含本项目资源。 400 eihealth.01040008 Duplicate templates are selected for importing. 检查导入模板列表中是否有重复的模板。 400 eihealth.01040010 Template {0} is an imported one. It cannot be imported to other projects. 检查导入模板列表中是否有源项目的导入模板。 400 eihealth.01040011 Invalid template file name. 检查模板文件名是否合法。 400 eihealth.01040012 Built-in templates cannot be deleted. 检查模板id是否为预置模板id。 400 eihealth.01040014 Built-in template {0} cannot be imported. 检查模板id是否为预置模板id。 400 eihealth.01040015 The number of columns set as primary keys cannot exceed 10. 检查设为主键的列数是否超过了10个。 400 eihealth.01040016 Operations on built-in databases are not allowed. 检查id是否为预置数据库id。 400 eihealth.01040017 The number of searchable columns cannot exceed 10. 检查设为可搜索的列数是否超过了10个。 400 eihealth.01040018 Built-in database {0} cannot be referenced. 检查id是否为预置数据库id。 400 eihealth.01040020 Duplicate databases are selected for referencing. 检查引用的数据库列表是否存在重复。 400 eihealth.01040021 Referenced database {0} cannot be referenced in another project. 检查引用数据库id是否为源项目的引用数据库。 400 eihealth.01040022 Data cannot be imported to a referenced database. 请选择非引用数据库进行数据导入。 400 eihealth.01040023 You are not authorized to access file {0}. 请检查文件路径是否为本项目可访问路径。 400 eihealth.01040024 The file path does not support directory {0}. 请检查文件路径是否为目录。 400 eihealth.01040025 Invalid query criteria. 请检查查询条件的格式是否符合要求。 400 eihealth.01040026 Column {0} is not searchable. 请检查查询条件中的列是否为存在的列。 400 eihealth.01040027 Column {0} cannot be searched using operator {1}. 请检查查询条件中的操作符是否为该字段支持的操作符。 400 eihealth.01040028 Column {0} does not support query value {1}. 请检查查询条件中的值是否为该字段类型的值。 400 eihealth.01040029 Unsupported file: {0}. Only TXT, CS V, and VCF files are supported. 请检查文件后缀。 400 eihealth.01040030 The sorting field does not exist in the database. 请检查是否为数据库的列。 400 eihealth.01040031 Duplicate file paths are included. 请检查导入文件列表中是否有重复。 400 eihealth.01040032 The template is being used by a database. It cannot be deleted. 请检查是否还存在以该模板创建的数据库。 400 eihealth.01040033 The column name {0} conflicts with an SQL keyword. Please change it. 请更换其他列名。 400 eihealth.01040034 File should be set when uploading template. 请检查文件内容是否为空。 400 eihealth.01040035 Number of values splitted by delimiter exceed number of columns. 请检查数据列数是否与数据库模板匹配。 400 eihealth.01040036 Size of template file cannot exceed 10M 检查上传模板的文件大小。 400 eihealth.01040038 The number of columns set as unique keys cannot exceed 10. 检查设为唯一键的列数是否超过了10个。 400 eihealth.01040039 Modification on quoted databases are not allowed. 请检查当前数据库是否为引用数据库 400 eihealth.01040040 Data in column {0} cannot be modified. 请检查当前列是否为主键,或用于自动作业状态更新列,或为系统自动创建列。 400 eihealth.01040041 Invalid input data. 请检查数据与对应列的类型是否匹配 400 eihealth.01040042 Column {0} cannot be empty. 请检查该列是否允许为空。 400 eihealth.01040043 Value {0} does not match type of column {1}. 请检查数据与对应列的类型是否匹配。 400 eihealth.01040044 Key ({0})=({1}) already exists. 请检查主键或唯一键是否重复。 400 eihealth.01040045 Auto job column is invalid. The type of column should be String and it cannot be primary key. 状态更新列非法。该列应为String类型并且不能为主键。 400 eihealth.01040046 Column {0} does not exist. 请检查入参列是否存在。 400 eihealth.01040047 The quantity of columns created by auto job cannot exceed 5. 请选择已有列或使用其他数据库。 404 eihealth.01040006 The template does not exist. 检查模板id是否正确。 404 eihealth.01040013 Source template {0} does not exist in the source project. 检查模板id是否正确。 404 eihealth.01040019 Source database {0} does not exist. 检查引用的数据库id是否正确。 500 eihealth.01040037 Database service is not available now. Please check the database resource is created successfully 请检查数据库资源是否购买且状态正常。 400 eihealth.01020001 Project {0} already exists. 请用其他项目名创建项目。 400 eihealth.01020003 The status of project {0} is initial and cannot be updated. 请先尝试重新创建该项目后再更新。 400 eihealth.01020006 Project deletion not allowed. Only inactive, initial or abnormal projects can be deleted. 请先冻结该项目再删除。 400 eihealth.01020007 The number of project tags cannot exceed 5. 请先删除无用的标签后再继续添加。 400 eihealth.01020008 The user does not exist or is unavailable. 请检查用户ID是否正确。 400 eihealth.01020009 You do not have permission to delete projects. 请联系项目所有者删除该项目。 400 eihealth.01020010 Failed to transfer project {0} to user {1}. 请检查该项目的的状态是否为可用或者冻结。 400 eihealth.01020011 You do not have permission to transfer projects. 请联系项目所有者转移该项目。 400 eihealth.01020012 Projects can only be transferred to administrators. 请更新该用户的角色为管理员后再转移项目。 400 eihealth.01020013 The project owner cannot be updated or removed. 请确认用户ID是否正确。 400 eihealth.01020015 Only inactive projects can update to to_be_deleted status. 请先冻结该项目再删除。 400 eihealth.01020016 Only the owner of project can delete, restore, freeze and unfreeze project or setting if it is core project. 请联系owner进行操作。 400 eihealth.01020017 An error occurred when deleting the image or version. The image or version is being used by other projects: {0}. 请等待其他项目使用完毕再删除该镜像。 400 eihealth.01020021 Subscribed images cannot be updated or imported. 请检查镜像ID是否正确。 400 eihealth.01020024 Virtual drug screening is currently available only to whitelisted users. 请联系管理员。 400 eihealth.01020025 The number of receptor protein input files cannot exceed 97. 请重新选择受体蛋白输入文件。 400 eihealth.01020026 When a custom workflow is used to create a study job, the template ID cannot be empty. 请选择合适的数据库模板。 400 eihealth.01020027 When a built-in workflow is used to create a study job, the template ID must be empty. 请重新选择流程或者输入模板ID信息。 400 eihealth.01020028 Duplicate user ids are included. 请检查用户id列表中是否存在重复id。 400 eihealth.01020029 Invalid user id: {0}. 请检查用户id是否正确。 400 eihealth.01020030 The name {0} of the receptor protein input file does not match the database template column name rule. 请重新选择输入文件或者重命名文件。 400 eihealth.01020031 Duplicate image tags are included. 请检查镜像tag列表中是否存在重复tag名称。 400 eihealth.01020033 The number of label page cannot exceed 5. 请先删除无用的标签页后再继续添加。 400 eihealth.01020034 The list parameter {0} contains invalid values {1}. 请检查该列表参数的参数值是否合法。 400 eihealth.01020036 data event for tracker must have WRITE. 追踪器记录事件必须包含写事件日志。 400 eihealth.01020037 The path is invalid. 请确认路径是否有效。 400 eihealth.01020040 The core project can not change to non-core project. 核心项目不可修改为非核心项目。 400 eihealth.01020042 The storage capacity limit must not be less than the current project capacity 请增加容量设置。 400 eihealth.01020044 The value of storage quota must be between 1GB to 10PB. 请修改容量配额。 400 eihealth.01020046 Import or subscribed image cannot be published. 请选择本项目镜像进行发布 400 eihealth.01020047 The role is not supported in current platform. 请选择其他角色。 400 eihealth.01020048 The list parameter out lower bound 请检查列表参数的元素个数 400 eihealth.01020051 The bucket selected is not a parallel file system. 选择并行文件系统 400 eihealth.01020052 The bucket is already used by other project. 请选择其他桶 404 eihealth.01020002 User {0} does not have project with ID {1}. 请检查项目ID是否正确。 404 eihealth.01020004 The image does not exist. 请检查镜像ID是否正确。 404 eihealth.01020005 The image tag does not exist. 请检查镜像tag是否正确。 404 eihealth.01020014 The user is not a project member. 请确认用户ID是否正确。 404 eihealth.01020020 Version {0} of the image with the ID {1} cannot be found. 请检查镜像资产ID和版本是否正确。 404 eihealth.01020022 The remote image repository {0} does not exist. 请使用客户端工具上传镜像。 404 eihealth.01020023 The tag {0} does not exist in the remote image repository {1}. 请使用客户端工具上传。 404 eihealth.01020038 The data object does not exist. 请检查目标对象路径是否正确。 404 eihealth.01020050 The bucket {0} does not exist. 请选择已有桶。 409 eihealth.01020019 Image {0} : {1} has already been subscribed. 请检查要订阅的镜像资产版本是否正确。 409 eihealth.01020032 LabelPage {0} already exists. 请用其他标签名创建标签页面。 409 eihealth.01020045 Asset {0}:{1} has been published again. Please delete the old one in your project and subscribe it again. 删除项目中的该镜像资产后重新订阅。 409 eihealth.01020049 There exist the same bucket name in this account. 请输入新桶名或删除已存在的桶 429 eihealth.01020035 The system is busy. Please try again later. 系统繁忙,请稍后重试。 500 eihealth.01020039 Create project failed. 请联系技术支持。 400 eihealth.01100001 The running or waiting job is not deletable. 检查drug的作业是否处于完成状态。 400 eihealth.01100002 The job of the drug is not cancellable. 检查drug的作业是否处于等待状态。 400 eihealth.01100003 At least one strong constraint or one weak constraint exists 检查是否存在强约束或弱约束。 400 eihealth.01100004 The file path {0} is invalid. 请检查文件路径是否有效。 400 eihealth.01100007 Only finished model can be set up for sharing. 请检查模型的状态。 400 eihealth.01100010 Please enter a molecular expression or upload a molecule file. 请输入分子表达式或者上传分子文件。 400 eihealth.01100011 Only finished model can be used, the status of model {0} created by {1} is {2}. 请检查模型的状态。 400 eihealth.01100013 Only support molecular optimization, molecular docking, target pocket molecules, or ADMET prediction tasks 请选择分子优化,分子对接,靶点口袋分子,ADMET预测这四种任务。 400 eihealth.01100014 The drug job not completed. 等待药物作业完成。 400 eihealth.01100017 Failed to connect CSS cluster. 请检查集群的管理员账户密码和公网地址。 400 eihealth.01100018 CSS cluster named {0} has been deleted, please rebind the CSS cluster. 请重新绑定CSS集群。 400 eihealth.01100020 Only finished database can be set up for sharing or appending data. 请检查数据库的状态。 400 eihealth.01100022 Official database is not allowed to operate. 禁止操作官方数据库。 400 eihealth.01100023 The column must include SMILES and NAME. 请检查列名是否包含SMILES和NAME。 400 eihealth.01100024 The column {0} doesn't exist in csv data file. 请检查列名是否在文件中存在。 400 eihealth.01100026 The type of job must be one of DOCKING, OPTIMIZATION, POC_MOL_DESIGN and GENERATION. 请检查作业类型。 400 eihealth.01100027 The job_result_url must belong to job. 请确认作业的作业结果路径。 400 eihealth.01100028 Chinese characters is not allowed in columns. 请检查列名是否包含中文。 400 eihealth.01100029 Columns in file cannot be duplicated. 请检查文件中的列名。 400 eihealth.01100030 Failed to create custom database, detail message: {0} 请检查使用的CSS集群的状态或者创建数据库的文件内容。 400 eihealth.01100031 Failed to delete custom database, detail message: {0} 请检查使用的CSS集群的状态。 400 eihealth.01100032 Download failed, detail message: {0} 请检查作业结果文件是否正确。 400 eihealth.01100033 Database {0} is not supported. 请检查分子数据库。 400 eihealth.01100034 The database {0} can not support generation job. 请重新选择分子数据库。 400 eihealth.01100035 Ion type can not be None when charge is balanced. 请检查平衡电荷是否开启以及离子种类。 400 eihealth.01100036 There are models that are not built from the base model: {0}. 选择该基模型构建的属性模型。 400 eihealth.01100038 The base_model_id should not be blank. 检查参数base_model_id 400 eihealth.01100039 Interactions cannot be added when no bind sites. 请检查约束。 400 eihealth.01100040 Duplicated interactions are not allowed: {0}__{1}. 请检查约束中相互作用力。 400 eihealth.01100041 Duplicated receptors are not supported: {0}. 请检查靶点。 403 eihealth.01100006 You do not have permission to operate the model {0}, this model is created by {1}. 请检查您是否为模型{0}的创建者。 403 eihealth.01100008 You are not the member of the project {0} and not allowed to use project data. 请使用当前用户参与项目的数据。 403 eihealth.01100009 Custom models are only supported in the profession mode. 请升级为专业版。 403 eihealth.01100019 You do not have permission to operate the database {0}, this database is created by {1}. 请检查您是否为数据库{0}的创建者。 403 eihealth.01100025 Custom databases are only supported in the profession mode. 请升级为专业版。 403 eihealth.01100037 Feature {0} is not supported on this platform. 请升级专业版平台。 404 eihealth.01100012 The drug model {0} not exist. 检查药物模型是否存在。 409 eihealth.01100005 You have created a drug model with the same name. 请更改药物模型名称 409 eihealth.01100016 This CSS cluster has been bound, the name of bound CSS cluster is {0}. 请选择其它CSS集群。 409 eihealth.01100021 A database with the same name has already been created by {0}. 请更改数据库名称。 400 eihealth.01010022 password cannnot be null 请检查密码是否为空。 400 eihealth.01010027 The country/region code and phone number must exist at the same time. 请同时设置地区码和电话号码。 400 eihealth.01010028 Weak passwords cannot be used. 请更换复杂度更高的密码。 400 eihealth.01010029 The password cannot contain a phone number or email address. 请更换密码,避免包含电话或邮箱地址。 400 eihealth.01010030 The password cannot equals the username or the reverse of the username. 请更换密码,避免包含用户名或用户名倒序。 400 eihealth.01010033 The user is in the unavailable state. 用户状态不可用,请联系管理员。 400 eihealth.01010034 The username has been used. 请更换用户名。 400 eihealth.01010035 The username has been used in IAM. 检查用户名是否与本账号下的iam用户重名。 400 eihealth.01010037 Failed to delete the user because the user owns projects. Please contact the administrator. 该用户下存在项目,请联系管理员。 400 eihealth.01010041 The user cannot be deleted on the username. This user has user_id. 请根据用户id删除。 400 eihealth.01010044 Insufficient IAM user quota. 请检查IAM用户配额是否达到上限。 400 eihealth.01010045 Incorrect email configuration. 请检查邮箱配置。 400 eihealth.01010046 The new password is not allowed. 为了您的账户安全,请不用使用近期使用过的密码。 400 eihealth.01010047 The mobile number or email address is already used. 请更换一个手机或邮箱。 400 eihealth.01010048 Incorrect verification code. 请检查验证码是否正确。 400 eihealth.01010049 The quantity of resources exceeds the quota limit. 请检查资源数量是否到达了配额限制。 400 eihealth.01010050 Invalid user name 请检查用户名是否合法。 400 eihealth.01010051 Invalid email address. 请检查邮箱地址是否正确。 400 eihealth.01010052 This email address has been used 请更换一个邮箱地址。 400 eihealth.01010053 Invalid phone number. 请检查电话号码是否正确。 400 eihealth.01010054 This phone number has been used 请更换一个电话号码。 400 eihealth.01010055 Invalid password. Please check your IAM password policy. 请检查密码是否符合IAM中设置的密码策略。 400 eihealth.01010056 The new password cannot be same as the history password. 更换一个未使用过的密码。 400 eihealth.01010057 The original password is incorrect. 请检查原密码是否正确。 400 eihealth.01010058 Please check the country code and mobile phone number, they must exist together. 请确认国家码和手机号是否都存在。 400 eihealth.01010060 Not authorized to create or delete labels. Please contact the administrator. 请联系管理员创建或删除标签。 400 eihealth.01010062 Request verification code too frequently. Please try later. 请稍后再试。 400 eihealth.01010063 Could not find the corresponding bound device information. 请检查是否绑定了对应设备。 400 eihealth.01010064 The status of the performance resource does not allow updating the job quota and scheduling status. 请检查性能加速资源的状态。 400 eihealth.01010065 Archive to this region is not supported. Select another region. 请选择另外的区域。 400 eihealth.01010067 There are still running jobs on the performance resource, so it is not allowed to be deleted; 请检查是否仍有运行中的作业 400 eihealth.01010068 The parameter for {0} is more than max node count. 请修改对应参数。 400 eihealth.01010069 the {0} spec resource is sold out. 请选择其他规格资源。 400 eihealth.01010070 No available az. 请稍后再试。 400 eihealth.01010071 No node specification matches the resource. 请稍后再试或者选择其他规格。 400 eihealth.01020059 Data from 6 months ago cannot be queried. 请重新输入查询起始时间。 403 eihealth.01010042 You do not have the permission to get this user's detail 请检查用户id是否正确。 403 eihealth.01010061 Not agree privacy statement. 请先同意对应的隐私声明。 404 eihealth.01010032 The user does not exist in the system. 请检查用户id是否正确。 404 eihealth.01010036 The user does not exist in IAM. 本账号下不存在该IAM用户,请联系管理员。 409 eihealth.01010059 The tag name {0} already exists. 请勿重复创建标签。 409 eihealth.01010066 Platform already has this user. Cannot import again. 请选择其他用户进行导入。 409 eihealth.01010072 Intern user conflicts. Please contact the service. 请提工单联系服务处理。 400 eihealth.01080004 Each user can only favorite a maximum of 50 assets. 检查已收藏资产个数是否超过配额限制。 400 eihealth.01080005 Vendor of platform is not set. 请联系系统管理员进行商标设置。 400 eihealth.01080008 Asset on current status cannot be operated. 请检查当前资产版本的状态。 403 eihealth.01080007 Do not have permissions to operate this asset version. 仅平台管理员或资产的发布者有权限操作。 403 eihealth.01080009 Current asset cannot be accessed because it does not have published version. 请选择已发布资产。 404 eihealth.01080002 The asset does not exist 检查资产id是否存在。 404 eihealth.01080003 This version does not exist 检查该版本是否存在。 409 eihealth.01080006 Asset with same asset_name and version already exists in internal assets. 请更换资产名称或版本号。 401 eihealth.01070004 The username or password is incorrect. You will be locked out for {1} minutes after {0} more failed attempts. 请确认用户名和密码是否正确。 401 eihealth.01070005 Your account has been locked. Try again in {0} minutes. 请稍后再试。 503 eihealth.01070006 IAM service error, please try later. IAM服务错误,请稍后重试。 400 eihealth.01000007 Invalid parameter. 请确保输入的参数合法。 400 eihealth.01000007 Invalid parameter: {0}. 请确保输入的参数合法: {0}。 400 eihealth.01000008 Required parameter {0} is not present. 请确保必须参数提供。 400 eihealth.01000009 Incorrect value type for parameter: {0}. 请提供正确的参数类型。 400 eihealth.01000010 The parameter format is incorrect. 请确保请求消息内容格式正确。 400 eihealth.01000014 Request method not supported 请检查请求方法是否正确。 400 eihealth.01000020 The project {0} unavailable. 请检查项目状态是否可用。 400 eihealth.01000026 The length of {0} is {1}. It must be between {2} to {3} characters. 请检查字段长度是否超过限制。 400 eihealth.01000028 The size of the list {0} is {1}. It must be between {2} to {3}. 请检查数组长度是否超过限制。 400 eihealth.01000030 The value of {0} must be between {1} to {2} 请检查输入参数数值大小是否超过限制。 400 eihealth.01000031 The value of {0} cannot be empty. 请检查该输入参数是否遗漏。 400 eihealth.01000032 Invalid parameter: {0}. It does not match the regulations. 请检查输入参数格式。 400 eihealth.01000035 Create notebook failed: flavor sold out. 请更换规格重试。 400 eihealth.01000039 Invalid path: {0} 请检查路径是否正确。 400 eihealth.01000040 Invalid parameter: {0}. Unsupported value: {1} 检查参数值是否在支持的可选值内。 400 eihealth.01000041 Accept media type does not match the media type of reponse 检查请求头中的设置的接口媒体类型是否正确。 400 eihealth.01000042 Requried upload file is not set. 检查请求的表单参数中是否设置了上传文件。 400 eihealth.01000043 Content-Type of your request is not supported 请检查请求头中的Content-type是否正确设置。 400 eihealth.01000045 The from_time should be smaller than the to_time. 请重新输入查询起始时间和截止时间。 400 eihealth.01000046 Current state {0} does not support {1} operation. 当前状态不支持该操作,请延后操作。 400 eihealth.01000047 the {0} spec resource is sold out. 选择其他规格或联系管理员。 400 eihealth.01000049 Do not support to delete pre-paid resource. 包周期资源请执行退订流程。 400 eihealth.01000050 The data path is too long. 请确认数据路径总长度不超过1024。 400 eihealth.01000051 Invalid label. Label {0} is not supported. 请检查标签是否合法。 400 eihealth.01000053 The directory structure is too deep. 请确认目录层级不超过45层。 400 eihealth.01000054 The path is invalid. 请确认路径是否有效。 400 eihealth.01000057 Vendor of platform is not set. 未完成平台供应商设置 400 eihealth.01000060 Incorrect verification code. 请检查验证码是否正确。 400 eihealth.01000061 Other resources are being processed, Please try again later. 请稍后再试。 400 eihealth.01000063 Obtain the verification code again. 请重新获取验证码。 400 eihealth.01000066 The IAM user has been added to 10 groups. Cannot be added to a new group. 将该用户移出无关用户组后重试,保证该用户加入的用户组不超过8个。 400 eihealth.01100030 Failed to create custom database, detail message: {0} 请检查使用的CSS集群的状态或者创建数据库的文件内容。 400 eihealth.01100031 Failed to delete custom database, detail message: {0} 请检查使用的CSS集群的状态。 401 eihealth.01000002 Authentication failed. 检查用户名密码是否正确。 401 eihealth.01000017 Invalid Referer. 无效的Referer,请检查浏览器设置。 403 eihealth.01000003 The token has expired. Token已过期,请重新获取。 403 eihealth.01000019 Forbidden access 请检查当前用户是否有权访问。 403 eihealth.01000052 The number of directories and files that are prohibited from being deleted has exceeded the limit of {0}. 请检查禁止删除的目录和文件数量是否超过了限制。 403 eihealth.01000055 The data storage is full, please contact the project administrator to configure the storage quota of the project. 目前数据容量已满,需要联系项目管理员配置项目的的数据容量。 403 eihealth.01000056 The upper directory {0} has been configured to deny deletion, the {1} cannot be operated. 请检查是否上层目录被设置禁止删除。 403 eihealth.01000058 This asset version is not published and cannot be subscribed. 请选择资产市场中发布的资产。 403 eihealth.01000064 Autoscaler plugin is not available. Service is forbidden. 请联系管理员。 403 eihealth.01000068 This api is not supported on current platform. 请检查访问的接口是否支持。 403 eihealth.01000069 The OBS file path {0} is not permitted to access. 请检查是否有权限访问该文件路径。 404 eihealth.01000001 Request url not found. 检查请求是否正确。 404 eihealth.01000006 Project is not available. 检查项目状态。 404 eihealth.01000011 The object {0} does not exist. 检查对象是否存在。 404 eihealth.01000012 Asset with id: {0} version: {1} does not exist. 请检查资产id和版本 408 eihealth.01000062 Resource creation timed out. 请联系华为云支持人员。 409 eihealth.01000022 Resource conflict detected. 请检查创建的资源是否重复。 409 eihealth.01000033 The quantity of {0} exceeds the quota limit. 请检查资源数量是否到达了配额限制。 409 eihealth.01000044 {0} already exists. 检查对象是否存在。 409 eihealth.01000059 Asset with same name and version already exists. 请更换资产名称或版本号。 423 eihealth.01000099 The medical platform cannot use storage resources because your account is in arrears. Please recharge your account as soon as possible. 由于您的账户已经欠费,医疗平台无法再使用存储资源,请尽快充值以恢复使用。 429 eihealth.01000021 System is busy, please try later; 系统繁忙,请稍后再试。 429 eihealth.01000036 Too many requests. Please try later. 请求过于频繁,请稍后再试。 429 eihealth.01000065 Autoscaler plugin is upgrading. Please try later. 自动扩缩容插件正在升级中,请稍后重试。 429 eihealth.01000067 Too many requests. Please try later. 请稍后再试。 500 eihealth.01000004 Internal error. 请联系华为云支持人员。 500 eihealth.01000005 Service {0} status unknown. 检查服务是否异常。 500 eihealth.01000023 Version upgrade failed. 请联系华为云支持人员。 500 eihealth.01000024 Requests too frequent. 请降低请求频率。 500 eihealth.01000034 Quota of internal service resource is used out. 请联系华为云支持人员。 500 eihealth.01000037 System is busy. Please try later. 请联系华为云支持人员。 503 eihealth.01000038 Service Unavailable 请联系华为云支持人员。 503 eihealth.01000048 Service is unavailable now. Please check the resource is created successfully. 请检查资源是否购买且状态正常。 400 eihealth.01030002 The folder already exists. 请确认你想创建的文件夹是否已经存在。 400 eihealth.01030013 The file to be uploaded is too large. 请选择一个10MB以内的文件重新上传。 400 eihealth.01030014 The data path is too long. 请确认数据路径总长度不超过1024。 400 eihealth.01030017 The directory structure is too deep. 请确认目录层级不超过45层。 400 eihealth.01030018 Quote data is too much. 请确认一次引用的文件/目录不超过10项。 400 eihealth.01030019 The list contains an invalid path. 请确认列表中是否包含了无效路径。 400 eihealth.01030021 A maximum of 10 data records can be selected. 请不要选择超过十条数据。 400 eihealth.01030022 Invalidate folder path. 请检查路径是否指向了一个正确的目录。 400 eihealth.01030023 The path is invalid. 请确认路径是否有效。 400 eihealth.01030024 Data job of the current status cannot be deleted. 请检查数据作业状态。 400 eihealth.01030025 Data job of the current status cannot be retried. 请检查数据作业状态。 400 eihealth.01030026 Data job of the current status cannot be canceled. 请检查数据作业状态。 400 eihealth.01030032 No computing resources are available. Please purchase them first. 无计算资源,请先购买。 400 eihealth.01030033 Only data within the same project can be archived. 只允许归档同一项目内的数据。 400 eihealth.01030038 Large files cannot be previewed. 大文件无法预览。 400 eihealth.01030039 The storage type is not supported. 请选择其他存储类型。 400 eihealth.01030040 Data job of this type cannot be retried. 请重新创建该类型数据作业。 400 eihealth.01030042 Data could not be downloaded from this URL. 请检查数据下载的url。 400 eihealth.01030043 Retries are not supported due to version upgrade. 请重新创建该类型数据作业 400 eihealth.01030044 The specified starting position for downloading cannot be greater than the ending position, and it cannot exceed the size of the object. 请检查开始位置和结束位置。 403 eihealth.01030003 You are not authorized to perform this operation. 请联系owner用户开启/关闭项目的{分享/下载/删除/加密}权限。 403 eihealth.01030029 Does not support quote cold type bucket. 不支持引用归档存储类型的桶,请选择其它类型的桶。 403 eihealth.01030030 The operation of cold type data is not supported. 请选择非归档存储的文件。 403 eihealth.01030034 Current folder is the parent folder of quoted data. No permission to archive it. 查看选择归档的目录是否被引用。 403 eihealth.01030035 This region is not supported. Select a bucket in another region. 不支持该区域,请选择其他区域的桶。 403 eihealth.01030037 Bucket encryption is not support for now. 当前使用请不开启桶加密。 404 eihealth.01030001 The data object does not exist. 请检查目标对象路径是否正确。 404 eihealth.01030020 Query folder does not exist. 请检查目标目录路径是否正确。 404 eihealth.01030027 The data job does not exist. 检查数据作业id是否正确。 404 eihealth.01030028 Version {0} of the data with the ID {1} cannot be found. 请检查资产ID和版本是否正确。 404 eihealth.01030036 The quoted bucket does not exist. 该外部桶已被删除,请解除该桶的引用. 404 eihealth.01030041 Data has been deleted from OBS or OBSFS. 数据已经在OBS/OBSFS中被删除。 429 eihealth.01030031 The system is busy. Please try again later. 系统繁忙,请稍后重试。 400 eihealth.01050005 The app's name and version cannot be updated. 请检查请求参数是否改变了应用的名称或版本。 400 eihealth.01050006 Unable to update the subscribed app {0}. 订阅的应用不支持修改,请检查该应用是否为订阅应用。 400 eihealth.01050007 The asset type is not an app. 请选择资产类型为应用的资产进行订阅。 400 eihealth.01050008 The app {0}:{1} has already been subscribed. 该应用已订阅,可直接前往应用列表查看应用。 400 eihealth.01050009 The enum value {0} does not exist in the enum list. 请检查该应用参数的取值是否在枚举列表中存在。 400 eihealth.01050010 The app parameter {0} does not support multiple values. 请检查应用参数的取值是否有多个。 400 eihealth.01050011 The app is being used by a workflow. You cannot update the quantities and types of the app's input and output parameters. 请检查是否改变了该应用输入和输出参数的数量和类型,或者删除所有使用到该应用的流程。 400 eihealth.01050013 The app is used by workflow {0} and cannot be deleted. 请删除所有使用该应用的流程后再删除该应用。 400 eihealth.01050014 The image {0} does not match the CPU type {1}. 请检查镜像与cpu类型是否匹配。 400 eihealth.01050015 The app's command field contains high-risk command. 请检查应用的命令字段。 400 eihealth.01050016 The currently used asset {0} status is not available. 请检查请求资产是否已下线。 400 eihealth.01050018 The app commands contain unknown parameters: {0}. 请检查应用命令是否存在未知参数。 400 eihealth.01050100 There is a loop in the workflow. 请修改流程中步骤的依赖关系,使得流程为有向无环图。 400 eihealth.01050101 The variable references nest more than {0} times, exceeding the maximum loop limit. 请检查流程中变量嵌套引用的次数是否超过规定次数。 400 eihealth.01050104 The workflow's name and version cannot be updated. 请检查请求参数是否改变了流程的名称或版本。 400 eihealth.01050105 Unable to update the subscribed workflow {0}. 订阅的流程不支持修改,请检查该流程是否为订阅流程。 400 eihealth.01050106 The asset type is not a workflow. 请选择资产类型为流程的资产进行订阅。 400 eihealth.01050107 The workflow {0}:{1} has been subscribed. 该流程已订阅,可直接前往流程列表查看流程。 400 eihealth.01050108 The workflow {0} has been subscribed. It cannot be imported. 订阅的流程不支持导入,请检查该流程是否为订阅流程。 400 eihealth.01050109 The workflow {0} is already imported. It cannot be imported again. 该流程已导入,不支持二次导入;请在目标项目的流程列表中查找该流程。 400 eihealth.01050112 The name of task {0} input parameter {1} does not exist in the app {2} 请检查子任务的输入参数是否正确。 400 eihealth.01050114 The value of workflow parameter {0} in task {1} is not a valid reference parameter. 请检查流程子步骤中的参数值是否有效。 400 eihealth.01050115 The value of workflow concurrent parameter {0} in task {1} is inconsistent with the number of elements of reference parameter. 请检查流程子步骤中并发参数值的元素数量是否一致。 400 eihealth.01050116 The name of task {0} input parameter {1} is a reference parameter, Multiple parameter values exist 请检查子任务的输入参数是否正确。 400 eihealth.01050117 Can not publish the workflow which task list is empty. 请检查流程中的子任务列表是否为空。 400 eihealth.01050200 There are no tasks in workflow {0}. 请检查流程中有无子任务。 400 eihealth.01050201 The required input parameter {0} cannot be empty for job creation. 请检查必填的输入参数是否有值。 400 eihealth.01050203 When creating a job, the task_name {0} does not exist in the workflow {1}. 请检查子任务的名称是否正确。 400 eihealth.01050205 Resources of the {0} type are unavailable to support task {2} of the {1} type. 请检查资源是否存在,类型是否正确。 400 eihealth.01050206 The flavor {0} is not supported for the task {1}. The flavor cannot exceed {2}. 请确认输入的资源大小不超出支持的最大规格。 400 eihealth.01050207 The current job status is {0}. The job cannot be retried. 请检查作业的状态是否正确。 400 eihealth.01050208 The current job status is {0}. The job cannot be canceled. 请检查作业的状态是否正确。 400 eihealth.01050209 The job {0} has been garbage collected. It cannot be retried. 请新建作业后再重试。 400 eihealth.01050210 Failed to cancel the job. Refresh the page and try again. 请刷新页面后重试。 400 eihealth.01050211 The I/O accelerated instance is unavailable. 请检查I/O加速实例状态是否可用。 400 eihealth.01050212 The I/O accelerated instance {0} does not exist. 请检查I/O加速实例是否存在。 400 eihealth.01050213 The job {0} is running and cannot be deleted. 请取消作业,或等待作业执行完成;当作业处于完成态时可被删除。 400 eihealth.01050214 Job {0} excute quota is: {1}, currently is overrun, please contact the administrator. 请联系管理员调整配额。 400 eihealth.01050215 {0} resource quota exceeds: {1}, run job needs {2}, currently already used {3}. Please adjust the job resource usage or contact the administrator. 请调整作业资源用量或联系管理员调整配额。 400 eihealth.01050216 There are no node has copy-in label. Please turn to the system label setting page to set. 请前往系统标签设置页面进行设置。 400 eihealth.01050217 Space usage or job expected space usage of current I/O accelerated instance has reached threshold. Please choose other available instance. 选择其他有充足空间的I/O加速实例。 400 eihealth.01050218 Retrying job is not suppoprted because job will be garbage collected right after finish. 当前系统设置不支持重试作业。 400 eihealth.01050219 Number of jobs waiting for current IO accelerated instance has reached threshold. Please choose other available instance. 选择其他可用的IO加速实例。 400 eihealth.01050220 No IO accelerated instances are available currently; 请联系管理员增加可用的IO加速实例。 400 eihealth.01050221 The task input parameters must be no more than 4096 characters. 请减少子任务输入参数字符数。 400 eihealth.01050223 The current job status is {0}. The job cannot be updated parameters. 请检查作业的状态是否正确。 400 eihealth.01050224 No sfs turbo available for job or no available quota for sfs. 请选择可用的sfs或者增加可用sfs的作业配额。 400 eihealth.01050225 The job contains I/O accelerated task: {0}. It is not allowed to modify FILE or DIRECTORY type parameter in this task; 请检查是否修改了文件或目录型参数值。 400 eihealth.01050226 It is not allowed to modify the reference parameter value in the job, also not allowed to modify the parameter value to other references. 请检查参数后二次修改。 400 eihealth.01050227 The job contains tasks that are still running. Please force cancel and try again later. 作业包含仍在运行的子任务,请先强制取消后重试。 400 eihealth.01050228 Number of running job has exceeded limit. 请等待已投递作业运行完成,确保运行中作业数量不超过阈值。 400 eihealth.01050301 The OBS file path {0} is invalid or is not permitted to access. 请检查obs文件路径是否有效或者是否有权限访问该文件路径。 400 eihealth.01050302 The database is used by autoJob {0}, can not be used again. 数据库已被自动作业{0}使用,无法再次使用。 400 eihealth.01050303 The column {0} type for {1} should be string. {1}的数据列{0}类型应为字符串。 400 eihealth.01050305 The autojob status update column can not used in {0}. 自动作业状态更新列不能在{0}中使用。 400 eihealth.01050306 The trigger {0} mode does not adapt column type. 触发器{0}的模式不适配列类型。 400 eihealth.01050308 The name, data table, workflow name and job status column of the autojob cannot be updated; 无法更新自动作业的名称,数据表, 流程名称, 作业状态更新列。 400 eihealth.01050309 The autojob {0} is running and cannot be updated or deleted. 自动作业{0}正在运行,无法更新或删除。 400 eihealth.01050310 The current autojob status is {0}. The autojob cannot be started. 请检查作业的状态是否正确。 400 eihealth.01050311 The current autojob status is {0}. The autojob cannot be stoped. 请检查作业的状态是否正确。 400 eihealth.01050312 The trigger {0} value does not adapt column type. 触发器{0}取值不适配列类型。 400 eihealth.01050314 The column {0} for {1} should be searchable. {1}的数据列{0}需要支持搜索。 400 eihealth.01050315 The column {0} for {1} can not be primary. {1}的数据列{0}不能为主键。 400 eihealth.01050316 The quantity of columns created by auto job cannot exceed 5. 请选择已有列或使用其他数据库。 400 eihealth.01050317 The column name {0} for {1} already existed in database. 该列名在数据库中已存在,请重新创建。 400 eihealth.01050318 The referenced database can not be used to submit autojobs. 请选择其他的数据库。 400 eihealth.01050501 The list parameter {0} is empty. 请检查该列表参数是否有值。 400 eihealth.01050502 The list parameter {0} contains duplicate values. 请去除该列表参数中重复的值。 400 eihealth.01050503 The list parameter {0} contains {1} values. This number must be between {2} and {3}. 请检查该列表参数中元素的数量是否在规定范围内。 400 eihealth.01050504 At least one value in the list parameter {0} exceeds the maximum length ({1} characters). 请检查该参数的字符长度。 400 eihealth.01050505 The list parameter {0} contains invalid values. 请检查该参数的格式是否符合规范。 400 eihealth.01050506 The source project ID cannot be the same as the target project ID. 请修改请求参数中的源项目的id,使其与当前目标项目的id不同。 400 eihealth.01050508 The image name or version is too long. 请缩减镜像名或版本号的字符数 403 eihealth.01050017 You can't publish asset that use imported or subscribed image. 请检查是否有使用导入或订阅的镜像。 403 eihealth.01050118 You can't publish imported or subscribed assets. 请选择您本项目的资产进行发布。 403 eihealth.01050507 You are not authorized to perform this operation, Please contact the owner user to open the share permission of the project. 请联系owner用户开启项目分享权限。 404 eihealth.01050001 The image {0} does not exist. 请检查应用中使用的镜像是否存在。 404 eihealth.01050002 The subscribed asset does not exist. 请检查订阅的资产id是否正确。 404 eihealth.01050003 The app {0} does not exist in project. 请检查该应用是否存在于此项目。 404 eihealth.01050102 The workflow {0} does not exist in project. 请检查该流程是否存在于此项目。 404 eihealth.01050202 The job {0} does not exist in the project. 请检查该作业是否存在于此项目。 404 eihealth.01050204 The task {0} does not exist in the job {1}. 请检查子任务的名称是否正确。 404 eihealth.01050222 The task instance {0} does not exist in the task {1}. 请检查该任务是否生成了该任务实例 404 eihealth.01050304 The column {0} does not exist in database. 数据库中不存在列{0}。 404 eihealth.01050307 The autojob {0} does not exist in project. 自动作业{0}在项目中不存在。 404 eihealth.01050313 The column name {0} does not exist in database. 请检查列名是否存在。 409 eihealth.01050004 An app with the same name ({0}) and version ({1}) already exists. 请检查相同名称和版本的应用是否已存在。 409 eihealth.01050103 A workflow with the same name ({0}) and version ({1}) already exists. 请检查相同名称和版本的流程是否已存在。 409 eihealth.01050113 The workflow {0} has been imported and is currently called {1}. 请在流程列表中查看已导入的流程。 400 eihealth.01060004 Notebook of the current status cannot be started. 请检查notebook的状态。 400 eihealth.01060005 Notebook of the current status cannot be stopped. 请检查notebook的状态。 400 eihealth.01060006 Notebook of the current status cannot be deleted. 请检查notebook的状态。 400 eihealth.01060007 Failed to obtain the token because the notebook is not running. 请启动notebook后再尝试获取。 400 eihealth.01060010 The notebook image does not exist. 请核对该镜像的组织、名称和版本信息。 400 eihealth.01060013 Authentication failed for the OBS storage path: {0}. 请检查obs存储路径是否正确。 400 eihealth.01060014 The image name or version is too long. 请缩减镜像名或版本号的字符数。 400 eihealth.01060015 The currently used asset {0} status is not available. 请检查请求资产是否已下线。 404 eihealth.01060003 The notebook does not exist. 请检查notebookId是否正确。 400 eihealth.01090001 The nextflow workflow file cannot be none. 检查上传的nextflow流程文件是否已选择。 400 eihealth.01090002 The nextflow workflow cannot be empty. 检查上传的nextflow流程文件内容是否已填写。 400 eihealth.01090003 The size of the nextflow process file is too large. 检查上传的nextflow流程文件的大小是否超出限制。 400 eihealth.01090004 Invalid nextflow file name. 检查nextflow流程文件名称是否符合要求。 400 eihealth.01090005 The nextflow parameter file is too large. 检查nextflow的参数文件是否超出限制。 400 eihealth.01090006 The parameter: {0} cannot be empty when it is set to mandatory. 检查参数的值设置为必填时,是否设置了值。 400 eihealth.01090007 The number of nextflow parameters exceeds the upper limit. 检查nextflow流程参数的数量是否超过限制。 400 eihealth.01090008 The format of the compressed file in the nextflow process is incorrect. 查看流程的压缩文件内容是否符合要求。 400 eihealth.01090009 The size of a decompressed nextflow process file exceeds the upper limit. 检查解压出的nextflow各个流程文件,大小是否超出限制。 400 eihealth.01090010 The format of the nextflow process parameter file is incorrect. 检查nextflow的流程参数文件格式是否符合要求。 400 eihealth.01090011 Failed to obtain the package corresponding to the Nextflow version. 请确认平台是否支持这个Nextflow版本。 400 eihealth.01090012 The job of the nextflow is not stoppable. 检查nextflow的作业是否已处于终止状态。 400 eihealth.01090013 The job of the nextflow is not deletable. 检查nextflow的作业是否已处于运行状态。 400 eihealth.01090014 The format of the OBS path corresponding to the nextflow process parameter file is incorrect or the permission verification fails. nextflow的流程参数文件格式是否正确,对应的OBS路径是否有足够的操作权限。 400 eihealth.01090015 The job of the nextflow is not retryable. 检查nextflow的作业是否为取消或失败状态。 400 eihealth.01090016 Nextflow has been installed. 请不要重复安装。 400 eihealth.01090017 Required file parameters are missing. 请检查文件相关传输参数是否为空。 400 eihealth.01090018 Select a version or upload a file. 请选择一种安装方式:指定版本号或上传安装文件。 400 eihealth.01090019 The file name is too long. 检查文件名长度是否符合要求。 400 eihealth.01090021 Invalid nextflow params file name. 检查nextflow流程参数文件名称是否符合要求,后缀只能是.yaml、.json、.yml、.txt 400 eihealth.01090022 The data in external OBS buckets are not supported as nextflowparameters. 检查nextflow流程参数是否包含外部的OBS桶的数据。 403 eihealth.01090020 Cannot create job because nextflow engine is not installed. 请检查nextflow引擎是否成功安装。 父主题: 附录
  • 状态码 表1 状态码 状态码 编码 说明 100 Continue 继续请求。 这个临时响应用来通知客户端,它的部分请求已经被服务器接收,且仍未被拒绝。 101 Switching Protocols 切换协议。只能切换到更高级的协议。 例如,切换到HTTPS的新版本协议。 200 OK 服务器已成功处理了请求。 201 Created 创建类的请求完全成功。 202 Accepted 已经接受请求,但未处理完成。 203 Non-Authoritative Information 非授权信息,请求成功。 204 No Content 请求完全成功,同时HTTP响应不包含响应体。 在响应OPTIONS方法的HTTP请求时返回此状态码。 205 Reset Content 重置内容,服务器处理成功。 206 Partial Content 服务器成功处理了部分GET请求。 207 Multi status 批量操作部分成功部分失败 300 Multiple Choices 多种选择。请求的资源可包括多个位置,可返回一个资源特征与地址的列表用于用户终端(例如:浏览器)选择。 301 Moved Permanently 永久移动,请求的资源已被永久的移动到新的URI,返回信息会包括新的URI。 302 Found 资源被临时移动。 303 See Other 查看其它地址,使用GET和POST请求查看。 304 Not Modified 所请求的资源未修改,服务器返回此状态码时,不会返回任何资源。 305 Use Proxy 所请求的资源必须通过代理访问。 306 Unused 已经被废弃的HTTP状态码。 400 Bad Request 非法请求。 建议直接修改该请求,不要重试该请求。 401 Unauthorized 在客户端提供认证信息后,返回该状态码,表明服务端指出客户端所提供的认证信息不正确或非法。 402 Payment Required 保留请求。 403 Forbidden 请求被拒绝访问。 返回该状态码,表明请求能够到达服务端,且服务端能够理解用户请求,但是拒绝做更多的事情,因为该请求被设置为拒绝访问,建议直接修改该请求,不要重试该请求。 404 Not Found 所请求的资源不存在。 建议直接修改该请求,不要重试该请求。 405 Method Not Allowed 请求中带有该资源不支持的方法。 建议直接修改该请求,不要重试该请求。 406 Not Acceptable 服务器无法根据客户端请求的内容特性完成请求。 407 Proxy Authentication Required 请求要求代理的身份认证,与401类似,但请求者应当使用代理进行授权。 408 Request Timeout 服务器等候请求时发生超时。 客户端可以随时再次提交该请求而无需进行任何更改。 409 Conflict 服务器在完成请求时发生冲突。 返回该状态码,表明客户端尝试创建的资源已经存在,或者由于冲突请求的更新操作不能被完成。 410 Gone 客户端请求的资源已经不存在。 返回该状态码,表明请求的资源已被永久删除。 411 Length Required 服务器无法处理客户端发送的不带Content-Length的请求信息。 412 Precondition Failed 未满足前提条件,服务器未满足请求者在请求中设置的其中一个前提条件。 413 Request Entity Too Large 由于请求的实体过大,服务器无法处理,因此拒绝请求。为防止客户端的连续请求,服务器可能会关闭连接。如果只是服务器暂时无法处理,则会包含一个Retry-After的响应信息。 414 Request URI Too Long 请求的URI过长(URI通常为网址),服务器无法处理。 415 Unsupported Media Type 服务器无法处理请求附带的媒体格式。 416 Requested Range Not Satisfiable 客户端请求的范围无效。 417 Expectation Failed 服务器无法满足Expect的请求头信息。 422 Unprocessable Entity 请求格式正确,但是由于含有语义错误,无法响应。 429 Too Many Requests 表明请求超出了客户端访问频率的限制或者服务端接收到多于它能处理的请求。建议客户端读取相应的Retry-After首部,然后等待该首部指出的时间后再重试。 500 Internal Server Error 表明服务端能被请求访问到,但是不能理解用户的请求。 501 Not Implemented 服务器不支持请求的功能,无法完成请求。 502 Bad Gateway 充当网关或代理的服务器,从远端服务器接收到了一个无效的请求。 503 Service Unavailable 被请求的服务无效。 建议直接修改该请求,不要重试该请求。 504 Gateway Timeout 请求在给定的时间内无法完成。客户端仅在为请求指定超时(Timeout)参数时会得到该响应。 505 HTTP Version Not Supported 服务器不支持请求的HTTPS协议的版本,无法完成处理。 父主题: 附录
  • 毒效团(Toxicophore Rules) Acute Toxicity Rule: 有20个子结构,含有该子结构可能在口服给药期间引起急性毒性。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 Genotoxic Carcinogenicity Rule: 117个子结构,含有该子结构可能通过遗传毒性引起致癌性或者致突变性。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 NonGenotoxic Carcinogenicity Rule: 23个子结构,含有该子结构可能通过非遗传毒性引起致癌性或者致突变性。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 Skin Sensitization Rule: 155个子结构,含有该子结构可能会导致皮肤损伤。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 Aquatic Toxicity Rule: 99个子结构,含有该子结构可能会对液体(包括水)造成毒性。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 NonBiodegradable Rule: 19个子结构,含有该子结构可能会不可生物降解。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 SureChEMBL Rule: 164个子结构,含有该子结构可能会具有不好的药物化学结构。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。 FAF-Drugs4 Rule: 154个子结构,含有该子结构可能会有毒性。 结果解释:数值代表有多少个子结构匹配此数据库,可以通过DETAIL查看所匹配的子结构特征。
提示

您即将访问非华为云网站,请注意账号财产安全