数据复制服务 DRS-查询录制回放结果:URI
URI
GET /v5/{project_id}/jobs/{job_id}/replay-results
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
租户在某一Region下的Project ID。 获取方法请参见获取项目ID。 |
job_id |
是 |
String |
任务ID。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
type |
是 |
String |
结果类型。取值:
枚举值:
|
start_time |
否 |
String |
查询数据的起始时间,在type为shard_statistics、slow_sql、error_sql时必填。 |
end_time |
否 |
String |
查询数据的结束时间,在type为shard_statistics、slow_sql、error_sql时必填. |
offset |
否 |
Long |
分页查询数据表当前超始偏移量, 在type为slow_sql、error_sql、slow_sql_template、error_sql_template必填。 |
limit |
否 |
Long |
分页查询数据表当前页数据总量,在type为slow_sql、error_sql、slow_sql_template、error_sql_template必填。 |
sort_key |
否 |
String |
返回结果按该关键字排序(slow_sql_template支持count、maxLatency、avgLatency关键字,error_sql_template支持count关键字)。 |
sort_dir |
否 |
String |
排序规则,取值如下:
缺省值:desc 枚举值:
|
target_name |
否 |
String |
回放数据库名称,用于在一致性回放策略场景,过滤目标库与源库镜像库回放结果。参数非必须,不提供则默认查询所有数据,其取值如下:
枚举值:
|
is_sample |
否 |
Boolean |
是否查询样例,取值true或者false。type取值为slow_sql后者error_sql时生效,值为true时只查询一条样例数据。 |
error_type |
否 |
String |
错误分类,type取值为error_sql或者error_sql_template时生效,根据错误分类过滤数据。 |
sql_template_md5 |
否 |
String |
SQL模板md5,type取值为slow_sql或者error_sql时生效。根据模板过滤对应的异常SQL和慢SQL。 该参数取值可参考type为slow_sql_template或者error_sql_template时的返回字段。 |