Obtains job analysis information on E-MapReduce (EMR) Doctor.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
emr-serverless-spark:GetDoctorApplication |
none |
*All Resource
|
None | None |
Request syntax
GET /api/v1/workspaces/{workspaceId}/runs/{runId}/action/getDoctorApplication HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
No |
The workspace ID. |
w-d2d82aa09155**** |
| runId |
string |
No |
The job ID. |
jr-d2d82aa09155**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| queryTime |
string |
No |
The query time. |
2024-01-01 |
| locale |
string |
No |
The language of diagnostic information. |
zh-CN |
| regionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| data |
object |
The data returned. |
|
| suggestions |
array |
The diagnostics list. |
|
|
string |
The description of the diagnosis. |
Normal. |
Examples
Success response
JSON format
{
"data": {
"suggestions": [
"Normal."
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.