本接口用于查询数据迁移或数据同步项目的运行步骤的指标。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProjectId | string | 是 | 项目的 ID。 | np_dr**** |
StepName | string | 是 | 项目运行步骤的名称,包括 | FULL_TRANSFER |
MetricType | string | 是 | 项目运行步骤对应的指标。
| RPS |
Aggregator | string | 是 | 聚合算子,包括 | AVG |
BeginTimestamp | long | 是 | 开始时间,单位为秒级时间戳。开始时间和结束时间的间隔不低于 1 小时。 | 1689244696 |
EndTimestamp | long | 是 | 结束时间,单位为秒级时间戳。结束时间不能晚于当前时间。 | 1689254646 |
MaxPointNum | integer | 否 | 最大查询点数。取值范围: 5~72460,建议值:时间段(单位分钟)/maxPointNum > 5。 | 6 |
返回参数
示例
正常返回示例
JSON
格式
{
"Success": true,
"ErrorDetail": {
"Code": "CM-RESOAT1111",
"Level": "ERROR",
"Message": "A system error occurred.\n",
"ExtraContext": {
"key": "null"
},
"MessageMcmsKey": "null",
"MessageMcmsContext": {
"key": "null"
},
"Reason": "null",
"ReasonMcmsKey": "null",
"ReasonMcmsContext": {
"key": "null"
},
"Proposal": "null",
"ProposalMcmsKey": "null",
"ProposalMcmsContext": {
"key": "null"
},
"UpstreamErrorDetail": "null"
},
"Code": "INNER_ERROR",
"Message": "A system error occurred.\n",
"Advice": "Contact the administrator.",
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"Cost": "1",
"Data": {
"ReferenceValue": 0,
"Metrics": [
{
"Name": "metric_name",
"Tags": {
"key": "metric_tag"
},
"DataPoints": [
{
"Timestamp": 1689244696,
"Value": 0
}
]
}
],
"Aggregator": "AVG"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-05-07 | API 内部配置变更,不影响调用 | 查看变更详情 |