查询某个资源包产品的信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProductCode | string | 是 | 产品类型。 | ossbag |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "BBEF51A3-E933-4F40-A534-C673CBDB9C80",
"Success": true,
"OrderId": 72353765387,
"Data": {
"ResourcePackages": {
"ResourcePackage": [
{
"ProductType": "ossbag",
"Name": "对象存储OSS资源包(包月)",
"ProductCode": "ossbag",
"PackageTypes": {
"PackageType": [
{
"Code": "FPT_ossbag_deadlineAcc_CdnOut_common_sz",
"Name": "回源流量包(华南1)",
"Properties": {
"Property": [
{
"Name": "region",
"Value": "cn-shenzhen"
}
]
},
"Specifications": {
"Specification": [
{
"Name": "1TB",
"Value": "1024",
"AvailableDurations": {
"AvailableDuration": [
{
"Value": 6,
"Name": "6 Month",
"Unit": "Month"
}
]
}
}
]
}
}
]
}
}
]
}
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | NotApplicable | This API is not applicable for caller. | - |
400 | NotAuthorized | This API is not authorized for caller. | - |
400 | MissingParameter | Absent some mandatory parameter for this request. | - |
400 | InvalidParameter | This request contain some invalid parameter | - |
400 | InvalidOwner | The specified owner doesn't belong to caller. | 用户身份错误 |
400 | ProductCodeMissing | Parameter ProductCode is missing. | - |
400 | ProductNotSupported | Product currently is not supported. | - |
500 | InternalError | The request processing has failed due to some unknown error. | 内部服务器错误。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-04-19 | OpenAPI 错误码发生变更 | 查看变更详情 |