GetOrderInfo_优化求解器_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
opt:GetOrderInfo
Get
全部资源
*

请求参数

字段名称字段详情
RelServicestring

指定购买的优化求解器 License 类别信息,包含一种类别:展开详情

示例值:MP
ResourceTypeinteger<int32>

指定购买的求解器版本信息,目前仅支持一种:展开详情

示例值:1枚举值:1取值 <= 1
ListReleasedboolean

是否包含已释放的实例

示例值:true

返回参数

字段名称字段详情
Codestring

返回结果码

示例值:0
Messagestring

返回结果信息

示例值:success
Dataarray<object>

返回业务数据,licenseKey:授权证书 key;currentConcurrency:并发度;instanceId:实例 id;totalDays:总购买天数;currentDays:当前剩余天数。

示例值:{"licenseKey":"eems7ri3b1u5nui*****","currentConcurrency":2,"instanceId":"opt_mplicense_public_cn-****","totalDays":124,"currentDays":103}
RequestIdstring

请求唯一标识

示例值:5D6653C5-CA2B-14EC-9CF0-50AA0FF49C31
Successboolean

请求是否成功

示例值:true

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidParameter
The parameter is invalid. Please check again.诊断
401
LicenseKeyInvaild
The license key format is invalid, or the license key does not belong to the user.诊断
403
Unauthorized
The user has not passed RAM verification and is not authorized to perform the operation.诊断
409
ConcurrencyOverLimit
The concurrency exceeds the upper limit allowed by the license key.诊断
410
LicenseKeyExpired
LicenseKey has expired.诊断
500
InternalError
The request processing has failed due to some unknown error.诊断

变更历史

变更时间变更内容概要操作
2025-02-07
变更返回参数
2024-05-20
新增请求参数ListReleased
2024-04-12
变更返回参数

相关示例