Call CreateDiagnosticReport to create a diagnostic report for a resource. This operation uses the specified diagnostic metric set ID to generate a report with multiple diagnostic metrics. You can then call DescribeDiagnosticReportAttributes with the returned diagnostic report ID to query the report's details.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
ecs:CreateDiagnosticReport | create | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
RegionId | string | Yes | The region ID. You can call DescribeRegions to get the latest list of Alibaba Cloud regions. | cn-hangzhou |
ResourceId | string | Yes | The resource ID. | i-uf6i0tv2refv8wz***** |
MetricSetId | string | No | The diagnostic metric set ID. If this parameter is omitted, the default diagnostic metric set for ECS instances, | dms-uf6i0tv2refv8wz***** |
StartTime | string | No | The start time. This parameter applies only to diagnostic metrics that do not require running Cloud Assistant commands in the guest OS. | 2022-07-11T12:00Z |
EndTime | string | No | The end time. This parameter applies only to diagnostic metrics that do not require running Cloud Assistant commands in the guest OS. | 2022-07-11T14:00Z |
Response elements
Element | Type | Description | Example |
object | The response body. | ||
RequestId | string | The request ID. | 473469C7-AA6F-4DC5-B3DB-A3DC0DE***** |
ReportId | string | The diagnostic report ID. | dr-uf6i0tv2refv8wz***** |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE*****",
"ReportId": "dr-uf6i0tv2refv8wz*****"
}Error codes
HTTP status code | Error code | Error message | Description |
400 | InvalidResource.NotExists | The specified resource not exists. | |
400 | InvalidParameter | %s | The specified parameter is invalid. |
400 | InvalidOperation.CloudAssistantNotReady | Cloud Assistant is not installed, or the service is unavailable. Install Cloud Assistant or check the status of Cloud Assistant first. | Cloud Assistant is not installed, or the service is unavailable. Install Cloud Assistant or check the status of Cloud Assistant first. |
403 | InvalidAxt.ServiceNotReady | %s | |
403 | Forbidden.CreateSLR | You are not authorized to do this action. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.