本接口支持通过自定义时间段,获取当前账号的数据处理服务 QPS 用量。
说明
该接口属于历史版本 API,建议您使用新版 DescribeImageXServerQPSUsage 接口。
请求频率:单用户请求频率限制为 50 次/秒。
数据延迟:数据延迟约为 1 分钟。
历史数据查询时间范围:近 93 天。
服务地址:veImageX 在全球多个区域部署,每个区域有自己对应的 OpenAPI 域名,不支持跨区域调用。具体详情请查看服务地址。
请求方式:GET
请求地址:https://imagex.volcengineapi.com/?Action=DescribeImageXServerQPSUsage&Version=2018-08-01
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共请求参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeImageXServerQPSUsage | 接口名称。当前 API 的名称为 DescribeImageXServerQPSUsage 。 |
Version | String | 是 | 2018-08-01 | 接口版本。当前 API 的版本为 2018-08-01 。 |
ServiceIds | String | 否 |
| 服务 ID。为空时表示不筛选,支持查询多个服务,使用逗号分隔不同的服务。
|
StartTime | String | 是 |
| 获取数据起始时间点。日期格式按照 |
EndTime | String | 是 |
| 获取数据结束时间点。日期格式按照 |
Interval | String | 是 |
| 查询数据的时间粒度。单位为秒。支持以下取值:
|
下表仅列出本接口特有的返回参数。更多信息请见公共返回参数。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
QPSData | Array of QPSData | - | 数据列表。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
QPSType | String |
| QPS 类型,取值如下所示:
|
Data | Array of Data | - | 时序数据。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TimeStamp | String | 2020-11-27T21:00:00+08:00 | 统计时间点,时间片开始时刻,格式为:YYYY-MM-DDThh:mm:ss±hh:mm。 |
Value | Integer | 12 | QPS 用量的值。单位为 "次/秒",表示每秒处理的请求数量。 |
GET https://imagex.volcengineapi.com/?Action=DescribeImageXServerQPSUsage&Version=2018-08-01&StartTime=2019-06-02T00:00:00+08:00&EndTime=2019-06-03T00:00:00+08:00&Interval=300
{ "ResponseMetadata": { "RequestId": "202306041104200100100232280022D31", "Action": "DescribeImageXServerQPSUsage", "Version": "2018-08-01", "Service": "ImageX", "Region": "cn-beijing" }, "Result": { "QPSData": [ { "QPSType": "Request", "Data": [ { "TimeStamp": "2023-01-01T00:00:00+08:00", "Value": 12 } ] }, { "QPSType": "Mirror", "Data": [ { "TimeStamp": "2023-01-01T00:00:00+08:00", "Value": 9 } ] } ] } }