Skip to main content

SQL审核PDF报告

接口描述

  • 通过该接口获取SQL审核的PDF报告

请求Url

  • http://{host}/bbm/v1/pdf/sql/audit/report?host=&report_id=
  • host为系统访问的地址

请求方式

  • GET

Header 请求头

参数名必选类型说明示例值及参考API
Authorizationstring签名描述Bearer + 登录token

Query 请求参数

参数名必选类型说明示例值及参考API
pageint页数1
sizeint每页个数10
namestring模糊匹配名称abc

请求示例

http://{host}/bbm/v1/pdf/sql/audit/report?host=http://192.168.1.1&report_id=525

返回参数说明

  • http_status 为200 为成功
  • 否则均为失败或者异常
  • 返回的为文件的输出流

Curl示例

curl --request GET \
--url 'http://{host}/bbm/v1/pdf/sql/audit/report?host=http://192.168.1.1&report_id=525' \
--header 'Authorization: Bearer eyJhbGciOi***************'