获取项目总消耗量。

请求参数

参数 类型 描述 是否必选

action

String

GetTotalEstimatedConsumption(获取项目总消耗量)

true

project_id

String

项目 id

true

root_user

String

所有者 root_id

true

group_by

String

查询类型

true

offset

Integer

数据偏移量,默认为 0

false

limit

Integer

返回数据长度,默认为 100

false

响应消息

参数 类型 描述

action

String

GetTotalEstimatedConsumptionResponse

elastic_price

Integer

弹性计费

total_resource_count

Integer

资源总量

elastic_resource_count

Integer

弹性资源计数

reserved_resource_count

Integer

保留资源统计

reserved_price

Integer

保留计费

total_price

Integer

计费统计

total_count

Integer

根据过滤条件得到的规则总数

ret_code

Integer

执行成功与否,0 表示成功,其他值则为错误代码

total_estimated_consumption_set

Array

总估计消耗量集合

示例

请求示例

https://api.qingcloud.com/iaas/?project_id=pj-xzvlxlb5
&action=GetTotalEstimatedConsumption
&offset=0
&limit=100
&group_by=resource_type
&root_user=usr-WantwZJ8
&duration=7d

响应示例

{
    "total_estimated_consumption_set": [],
    "total_resource_count": 0,
    "elastic_price": "0",
    "ret_code": 0,
    "total_count": 0,
    "elastic_resource_count": 0,
    "reserved_resource_count": 0,
    "reserved_price": "0",
    "total_price": "0",
    "action": "GetTotalEstimatedConsumptionResponse"
}