Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2024-01-12 09:53:04 +00:00
parent 78ca32de83
commit 5515019919

View File

@ -38,9 +38,9 @@ GET /v2/{project_id}/instances/{instance_id}/slowlog?curPage={curPage}&perPage={
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------+
| perPage | Yes | String | Number of records displayed on each page |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------+
| startDate | Yes | String | Start time in UTC, accurate to milliseconds |
| startDate | Yes | String | Start time. The format is UNIX timestamp, in milliseconds. |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------+
| endDate | Yes | String | End time in UTC, accurate to milliseconds |
| endDate | Yes | String | End time. The format is UNIX timestamp, in milliseconds. |
| | | | |
| | | | The interval between the start time and the end time must be no more than 7 days. |
+-----------------+-----------------+-----------------+------------------------------------------------------------------------------------------+