文档

DescribeDiagnosticReportList - 查询诊断报告列表

更新时间:
暂无替代API,请关注后续API最新发布。

该接口用于查询诊断报告列表。

接口说明

说明 此 API 接口已下线。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
DBInstanceIdstring

实例 ID。可调用 DescribeDBInstances 获取。

rm-uf6wjk5****
ResourceGroupIdstring

资源组 ID。

rg-acfmy****

返回参数

名称类型描述示例值
object

返回参数详情。

RequestIdstring

请求 ID。

B7E9A79C-DE1B-4398-845F-D654FC0958BD
ReportListobject []

返回的诊断报告列表。

EndTimestring

监控数据结束时间。

2018-01-10T15:31:00Z
DiagnosticTimestring

诊断时间。

2018-01-17T12:46:09Z
StartTimestring

监控数据起始时间。

2018-01-10T15:30:00Z
Scoreinteger

诊断分数。

100
DownloadURLstring

公网下载地址,若当前不可下载,则为空串。

http://rdsreport-hz-v3.oss-cn-hangzhou.aliyuncs.com/****
DBInstanceIdstring

实例 ID。

rm-uf6wjk5****

示例

正常返回示例

JSON格式

{
  "RequestId": "B7E9A79C-DE1B-4398-845F-D654FC0958BD",
  "ReportList": [
    {
      "EndTime": "2018-01-10T15:31:00Z",
      "DiagnosticTime": "2018-01-17T12:46:09Z",
      "StartTime": "2018-01-10T15:30:00Z",
      "Score": 100,
      "DownloadURL": "http://rdsreport-hz-v3.oss-cn-hangzhou.aliyuncs.com/****"
    }
  ],
  "DBInstanceId": "rm-uf6wjk5****"
}

错误码

HTTP status code错误码错误信息描述
400InvalidParam.NotExistsThe specified parameter does not exist.参数不存在
400Order.ComboInstanceNotAllowOperateA package instance is not allowed to operate independently.套餐实例不允许单独操作。
400Price.PricingPlanResultNotFoundPricing plan price result not found.定价计划价格结果没有找到。
400Order.NoRealNameAuthenticationYou have not passed the real-name authentication and do not meet the purchase conditions. Please log in to the user center for real-name authentication.您还未通过实名认证,不符合购买条件,请登录用户中心进行实名认证。
400InsufficientAvailableQuotaYour account quota limit is less than 0, please recharge before trying to purchase.您的账户可用额度小于0,请先充值后再尝试购买。
400CommodityServiceCalling.ExceptionFailed to call commodity service.调用商品服务返回失败。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2023-07-05OpenAPI 变更为 deprecated,即将下线、OpenAPI 错误码发生变更看变更集
变更项变更内容
API 弃用说明(deprecated)OpenAPI 变更为 deprecated,即将下线
错误码OpenAPI 错误码发生变更
    删除错误码:400
2022-08-04OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更看变更集
变更项变更内容
错误码OpenAPI 错误码发生变更
    删除错误码:400
出参OpenAPI 返回结构发生变更
  • 本页导读 (1)
文档反馈