Obtaining Links for Downloading Slow Query Logs

Function

This API is used to obtain links for downloading slow query logs.

Description

You need to do this API in two steps:

For MySQL and PostgreSQL:

  1. Sent empty object "{}" in request body, in order to initiate exporting of download link.
  2. Repeat 1 with same "{}" to receive download link.

For SQLServer:

  1. Sent "file_name": "SQLTrace.trc" in request body, in order to initiate exporting of download link.
  2. Repeat 1 with same "file_name": "SQLTrace.trc" to receive download link.

URI

Request

Response

Status Code

Error Code

For details, see Error Codes.