本接口用于获取指定时间范围内的边缘网络的用量。
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetVEEWInstanceUsage | 公共参数。该参数表示接口名称。取值:GetVEEWInstanceUsage。 |
Version | String | 是 | 2021-04-30 | 公共参数。该参数表示接口版本。取值:2021-04-30。 |
start_bill_cycle | String | 是 | 2023-04 | 账单的起始时间。格式为 YYYY-MM。 |
end_bill_cycle | String | 是 | 2023-04 | 账单的结束时间。格式为 YYYY-MM。 |
bill_method | String | 否 | MonthlyPeak | 计费方式,取值范围:
|
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
usages | 请参见返回示例 | 边缘网络用量信息。 |
GET https://veenedge.volcengineapi.com/?Action=GetVEEWInstanceUsage&Version=2021-04-30 &start_bill_cycle=2023-04 &end_bill_cycle=2023-04 &<其他公共参数>
{ "ResponseMetadata": { "RequestId": "202305302024508E21C103D78FD595****", "Action": "GetVEEWInstanceUsage", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "usages": [ { "bill_cycle": "2023-04", "bill_start_time": "2023-04-01", "bill_end_time": "2023-04-30", "data": { "EIP": { "charge_item": "EIP", "usage": 2, "used_list": [ { "cluster_name": "**cm02", "create_time": "1646195762", "delete_time": "0", "desc": "", "eip_addr": "36.**.**.40", "eip_identity": "eip-7gf4l9****", "eip_name": "eip-cm02-CMCC-0", "eip_type": "IPv4", "isp": "CMCC", "network_type": "public", "status": "bound", "update_time": "1646195767" }, { "cluster_name": "**cm03", "create_time": "1678417680", "delete_time": "0", "desc": "", "eip_addr": "112.**.**.151", "eip_identity": "eip-rc845w****", "eip_name": "**cm03-CMCC-0", "eip_type": "IPv4", "isp": "CMCC", "network_type": "public", "status": "bound", "update_time": "1682481232 } ] } } } ] } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。