Retrieves resource usage statistics for a job.
Operation description
For information about the endpoints of AnalyticDB for MySQL, see Endpoints .
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| DBClusterId | string | Yes | The ID of the AnalyticDB for MySQL Data Lakehouse Edition cluster. | am-uf6g8w25jacm7**** |
| StartTime | string | Yes | The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. | 2023-02-04T03:45:00Z |
| EndTime | string | Yes | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. The end time must be later than the start time. | 2023-03-17T16:00:00Z |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "1AD222E9-E606-4A42-BF6D-8A4442913CEF",
"Code": 200,
"Data": {
"DBClusterId": "amv-clusterxxx",
"StartTime": "2023-05-22T16:00:00Z",
"EndTime": "2023-05-23T16:00:00Z\n",
"JobAcuUsage": [
{
"JobId": 1592,
"ResourceGroupName": "job_default",
"JobStartTime": "2023-05-22T16:00:00Z\n",
"JobEndTime": "2023-05-23T16:00:00Z",
"AcuUsageDetail": {
"TotalAcuNumber": 0,
"ReservedAcuNumber": 0,
"ElasticAcuNumber": 0,
"SpotAcuNumber": 0,
"SpotAcuPercentage": 0.9
}
}
]
}
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-06-30 | The response structure of the API has changed | View Change Details |
| 2023-12-06 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
