当前位置 鱼摆摆网 > 问答 > 淘宝 >

阿里云开放平台api(阿里云开放平台架构)

栏目:淘宝   时间:2022-10-15 17:55

阿里云api怎么使用

阿里云有很多服务,每个服务都有不同的api,基本上都是用http的方式(get/post)来调用的,不过自己调的话很麻烦,你可以进去你需要的服务的文档中心那找一下 PHP 对应的 SDK
阿里云api怎么使用

阿里云调用 API 服务后返回什么结果

返回结果调用 API 服务后返回数据采用统一格式,返回的 HTTP 状态码为 2xx,代表调用成功;返回 4xx 或 5xx 的 HTTP 状态码代表调用失败。调用成功返回的数据格式主要有 XML 和 JSON 两种,外部系统可以在请求时传入参数来制定返回的数据格式,默认为 XML 格式。本文档中的返回示例为了便于用户查看,做了格式化处理,实际返回结果是没有进行换行、缩进等处理的。成功结果:错误结果调用接口出错后,将不会返回结果数据。调用方可根据每个接口对应的错误码以及下述 2.3.3 的公共错误码来定位错误原因。当调用出错时,HTTP 请求返回一个 4xx 或 5xx 的 HTTP 状态码。返回的消息体中是具体的错误代码及错误信息。另外还包含一个全局唯一的请求 ID:RequestId 和一个您该次请求访问的站点 ID:HostId。在调用方找不到错误原因时,可以联系阿里云客服,并提供该 HostId 和 RequestId,以便我们尽快帮您解决问题。公共错误码错误代码描述Http 状态码语义MissingParameter    The input parameter “Action” that is mandatory for processing this request is not supplied    400    缺少 Action 字段MissingParameter    The input parameter “AccessKeyId” that is mandatory for processing this request is not supplied    400    缺少 AccessKeyId 字段MissingParameter    An input parameter “Signature” that is mandatory for processing the request is not supplied.    400    缺少 Signature 字段MissingParameter    The input parameter “TimeStamp” that is mandatory for processing this request is not supplied    400    缺少 Timestamp 字段MissingParameter    The input parameter “Version” that is mandatory for processing this request is not supplied    400    缺少 Version 字段InvalidParameter    The specified parameter “Action or Version” is not valid.    400    无效的 Action 值(该 API 不存在)InvalidAccessKeyId.NotFound    The Access Key ID provided does not exist in our records.    400    无效的 AccessKeyId 值(该 key 不存在)Forbidden.AccessKeyDisabled    The Access Key is disabled.    403    该 AccessKey 处于禁用状态IncompleteSignature    The request signature does not conform to Aliyun standards.    400    无效的 Signature 取值(签名结果错误)InvalidParamater    The specified parameter “SignatureMethod” is not valid.    400    无效的 SignatureMethod 取值InvalidParamater    The specified parameter “SignatureVersion” is not valid.    400    无效的 SignatureVersion 取值IllegalTimestamp    The input parameter “Timestamp” that is mandatory for processing this request is not supplied.    400    无效的 Timestamp 取值(Timestamp 与服务器时间相差超过了 1 个小时)SignatureNonceUsed    The request signature nonce has been used.    400    无效的 SignatureNonce(该 SignatureNonce 值已被使用过)InvalidParameter    The specified parameter “Action or Version” is not valid.    400    无效的 Version 取值InvalidOwnerId    The specified OwnerId is not valid.    400    无效的 OwnerId 取值InvalidOwnerAccount    The specified OwnerAccount is not valid.    400    无效的 OwnerAccount 取值InvalidOwner    OwnerId and OwnerAccount can’t be used at one API access.    400    同时使用了 OwnerId 和 OwnerAccountThrottling    Request was denied due to request throttling.    400    因系统流控拒绝访问Throttling    Request was denied due to request throttling.    400    该 key 的调用 quota 已用完InvalidAction    Specified action is not valid.    403    该 key 无权调用该 APIUnsupportedHTTPMethod    This http method is not supported.    403    用户使用了不支持的 Http Method(当前 TOP 只支持 post 和 get)ServiceUnavailable    The request has failed due to a temporary failure of the server.    500    服务不可用UnsupportedParameter    The parameter ”” is not supported.    400    使用了无效的参数InternalError    The request processing has failed due to some unknown error, exception or failure.    500    其他情况MissingParameter    The input parameter OwnerId,OwnerAccount that is mandatory for processing this request is not supplied.    403    调用该接口没有指定 OwnerIdForbidden.SubUser    The specified action is not available for you。    403    无权调用订单类接口UnsupportedParameter    The parameter ”” is not supported.    400    该参数无权使用Forbidden.InstanceNotFound    The specified Instance is not found, so we cann’t get enough information to check permission in RAM.    404    使用了 RAM 授权子账号进行资源访问,但是本次访问涉及到的 Instance 不存在Forbidden.DiskNotFound    The specified Disk is not found, so we cann’t get enough information to check permission in RAM.    404    使用了 RAM 授权子账号进行资源访问,但是本次访问涉及到的 Disk 不存在Forbidden.SecurityGroupNotFound    The specified SecurityGroup is not found, so we cann’t get enough information to check permission in RAM.    404    使用了 RAM 授权子账号进行资源访问,但是本次访问涉及到的 SecurityGroup 不存在Forbidden.SnapshotNotFound    The specified Snapshot is not found, so we cann’t get enough information to check permission in RAM.    404    使用了 RAM 授权子账号进行资源访问,但是本次访问涉及到的 Snapshot 不存在Forbidden.ImageNotFound    The specified Image is not found, so we cann’t get enough information to check permission in RAM.    404    使用了 RAM 授权子账号进行资源访问,但是本次访问涉及到的 Image 不存在Forbidden.RAM    User not authorized to operate the specified resource, or this API doesn’t support RAM.    403    使用了 RAM 授权子账号进行资源访问,但是本次操作没有被正确的授权Forbidden.NotSupportRAM    This action does not support accessed by RAM mode.    403    该接口不允许使用 RAM 方式进行访问InsufficientBalance    Your account does not have enough balance.    400    余额不足IdempotentParameterMismatch    Request uses a client token in a previous request but is not identical to that request.    400    使用了一个已经使用过的 ClientToken,但此次请求内容却又与上一次使用该 Token 的 request 不一样.RealNameAuthenticationError    Your account has not passed the real-name authentication yet.    403    用户未进行实名认证InvalidIdempotenceParameter.Mismatch    The specified parameters are different from before    403    幂等参数不匹配LastTokenProcessing    The last token request is processing    403    上一次请求还在处理中InvalidParameter    The specified parameter is not valid    400    参数校验失败
阿里云调用 API 服务后返回的结果: 调用接口错误后,将不会返回结果数据。调用方可根据每个接口对应的出错码以及下述 2.3.3 的公共出错码来定位出错原由。当调用错误时,HTTP 请求返回一个4xx 或 5xx 的 HTTP 状态码。返回的消息体中是具体的出错代码及出错信息。另外还包含一个全局唯一的请求 ID:RequestId和一个您该次请求访问的站点 ID:HostId。在调用方找不到出错原由时,可以联系阿里云客服,并提供该 HostId 和 RequestId,以便我们尽快帮您解决问题。
返回结果 调用 API 服务后返回数据采用统一格式,返回的 HTTP 状态码为 2xx,代表调用成功;返回 4xx 或 5xx 的 HTTP 状态码代表调用失败。调用成功返回的数据格式主要有 XML 和 JSON 两种,外部系统可以在请求时传入参数来制定返回的数据格式,默认为 XML 格式。本文档中的返回示例为了便于用户查看,做了格式化处理,实际返回结果是没有进行换行、缩进等处理的。
阿里云调用 API 服务后返回什么结果

调用阿里云API提示read+timed+out

摘要阿里云针对自己的平台提供了非常丰富的API接口,而且他们有提供openapi可视化服务,非常方便。阿里云openapi地址:https://api.aliyun.com/这里我在查询全部RDS资产信息数据,在自己服务器执行的时候报错ModuleNotFoundError: No module named 'aliyunsdkcore'ModuleNotFoundError: No module named 'aliyunsdkrds需安装两个包:pip install aliyun-python-sdk-rdspip install aliyun-python-sdk-core-v3ERROR: Could not find a version that satisfies the requirement aliyunsdksddp (from versions: none)ERROR: No matching distribution found for aliyunsdksddppip installaliyun-java-sdk-sddp
调用阿里云API提示read+timed+out

阿里云开发者接口中的api是免费的吗

接口是免费的,收取的是短信的费用
开始是免费的吧。。以后不好说。。
阿里云开发者接口中的api是免费的吗

阿里云调用 API 服务后返回什么结果

阿里云调用 API 服务后返回的结果: 调用接口错误后,将不会返回结果数据。调用方可根据每个接口对应的出错码以及下述 2.3.3 的公共出错码来定位出错原由。当调用错误时,HTTP 请求返回一个4xx 或 5xx 的 HTTP 状态码。返回的消息体中是具体的出错代码及出错信息。另外还包含一个全局唯一的请求 ID:RequestId和一个您该次请求访问的站点 ID:HostId。在调用方找不到出错原由时,可以联系阿里云客服,并提供该 HostId 和 RequestId,以便我们尽快帮您解决问题。
阿里云调用 API 服务后返回什么结果
[ 标签:]

  • 全部评论(0
说点什么吧