分布式数据库中间件 DDM-慢日志监控:URI

时间:2024-07-02 11:38:58

URI

GET /v2/{project_id}/instances/{instance_id}/slowlog?curPage={curPage}&perPage={perPage}&startDate={startDate}&endDate={endDate}

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

项目ID。

获取方法请参见获取项目ID

instance_id

String

DDM实例ID。

表2 Query参数

参数

是否必选

参数类型

描述

curPage

String

分页参数:起始值 [大于等于1] 。

perPage

String

分页参数:每页多少条。

startDate

String

开始时间,UNIX时间戳格式,单位是毫秒。

endDate

String

结束时间,UNIX时间戳格式,单位是毫秒。

结束时间与开始时间,间隔不能超过7天。

support.huaweicloud.com/api-ddm/ddm_api_01_0090.html