Queries the ranking of node errors in the last month.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetInstanceErrorRank |
The operation that you want to perform. |
ProjectId | Long | Yes | 9527 |
The ID of the DataWorks workspace. |
RegionId | String | Yes | cn-shanghai |
The unique identifier of the zone. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
InstanceErrorRank | Struct |
The ranking of nodes with errors. |
|
ErrorRank | Array of ErrorRank |
The ranking of nodes with errors in the last month. |
|
Count | Integer | 5 |
The number of node errors. |
NodeId | Long | 9527 |
The ID of the node. |
NodeName | String | The name of the node |
The name of the node. |
Owner | String | 952795279527 |
The UID of the node owner. |
PrgType | Integer | 10 |
The type of the node. |
ProjectId | Long | 9527 |
The ID of the DataWorks workspace. |
UpdateTime | Long | 1600963200000 |
The timestamp when the error occurred. |
RequestId | String | 952795279527**** |
The unique ID generated for each request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=GetInstanceErrorRank &ProjectId=9527 &RegionId=cn-shanghai &<common request parameters>
Sample success responses
XML
format
<RequestId> 952795279527**** </RequestId> <InstanceErrorRank> <ErrorRank> <PrgType> 10 </PrgType> <Owner> 952795279527 </Owner> <NodeName> node name </NodeName> <NodeId> 9527 </NodeId> <ProjectId> 9527 </ProjectId> <Count> 5 </Count> </ErrorRank> <UpdateTime> 1600963200000 </UpdateTime> </InstanceErrorRank>
JSON
Format
{"RequestId": "952795279527}} *", "InstanceErrorRank": { "ErrorRank": { "PrgType": 10, "Owner": 952795279527, "NodeName": "node name", "NodeId": 9527, "ProjectId": 9527,27,count ": " 5 }, "UpdateTime": "1600963200000 } }
Error codes
HttpCode | Error codes | Error message | Description |
---|---|---|---|
500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | DataWorks API service is not available in this region. Please try another region. |
500 | InternalError.System | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | You cannot access resources without authorization. |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The request for the resource exceeds your available upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The request for the resource has exceeded your daily availability limit. |
429 | Throttling.Resource | You have reached the limit for the resource. Please contact us by submitting a ticket. | The number of resources has reached the upper limit. Submit a ticket. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | DataWorks the system is busy, please try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | Your request is too frequent, please try to slow down the request speed. |
500 | Forbidden.Wkbench.ProjectNoPermission | You are not authorized to access the workspace. | You have no permission to use a workspace. |
500 | Invalid.Wkbench.Parameter | The specified parameters are invalid. | One or more parameters are invalid. |
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | You have restricted access. Please activate DataWorks Enterprise Edition or above. |
Go to the Error CenterFor more information, see error codes.