查询节省计划抵扣的明细数据
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
bssapi:QuerySavingsPlansDeductLog | Read |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
InstanceType | string | 否 | 查询类型:
| spn |
PageSize | integer | 否 | 每页数量 | 20 |
Locale | string | 否 | 多语言选项,默认返回中文 ZH 中文 EN 英文 | ZH |
PageNum | integer | 否 | 查询页数 | 1 |
InstanceId | string | 否 | 实例 ID | spn-XXXXXXX |
StartTime | string | 否 | 查询开始时间 | 2022-01-01 00:00:00 |
EndTime | string | 否 | 查询结束时间 | 2022-01-05 00:00:00 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "PARAM_ERROR",
"Message": "请校验入参正确性",
"RequestId": "61293E7A-3406-4447-8620-EC88B0AA66AD",
"Success": true,
"Data": {
"PageNum": 1,
"PageSize": 20,
"TotalCount": 20,
"Items": [
{
"EndTime": "2020-12-01 01:00:00",
"StartTime": "2020-12-01 00:00:00",
"SavingsType": "ecs",
"UserId": 1906589291020438,
"DiscountRate": "0.069",
"BillModule": "云服务器配置",
"InstanceId": "spn-xxxxxxx",
"DeductInstanceId": "i-XXXXXXXXX",
"DeductCommodity": "云服务器ECS-按量付费",
"DeductRate": "1.0",
"DeductFee": "0.52",
"OwnerId": 1906589291020438,
"BillingCycle": "202312",
"Region": "cn-shanghai-eu13-a01",
"InstanceSpec": "ecs.g7.xlarge",
"InstanceTypeFamily": "ecs.g7",
"BillingOfficialPrice": "375.35",
"DeductedOfficialPrice": "375.37"
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidOwner | The specified owner does not belong to caller. | 指定的所有者不属于调用方。 |
400 | InvalidParameter | The specified request contains invalid parameters. | 请求中包含无效参数。 |
400 | MissingParameter | The specified request lacks essential parameters. | 该请求缺少必要参数。 |
400 | NotApplicable | The specified API is not applicable for the user. | 此API不适用于调用方。 |
400 | NotApplicable | You are not authorized to call the API operation. Please check whether the caller site matches the API domain regionId. | 用户不可调用该API。请检查调用用户站点和API域名的地域信息是否匹配。 |
400 | NotAuthorized | The user is not authorized for the specified API. | 此API未对该调用者进行授权。 |
400 | NotAuthorized | You are not authorized to call the API operation. Please check whether RAM user has the permission or check whether ownerId and callerId have been given the appropriate permission. | 用户没有调用该API的权限。如果是RAM调用,请检查是否授予相应权限。否则请检查ownerId和callerId的权限归属是否正确。 |
500 | InternalError | An error occurred in the internal server. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-12-07 | OpenAPI 描述信息更新、OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 看变更集 | ||||||||||
| ||||||||||||
2022-06-28 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 看变更集 | ||||||||||
|