All Products
Search
Document Center

:GetInstanceErrorRank

Last Updated:Jun 11, 2026

Calls GetInstanceErrorRank to obtain the error ranking of nodes in the last month.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ProjectId

integer

Yes

The ID of the DataWorks workspace.

9527

Response elements

Element

Type

Description

Example

object

RequestId

string

The unique ID generated for each request.

952795279527****

InstanceErrorRank

object

The error ranking data of nodes.

UpdateTime

integer

The timestamp when the error ranking was updated.

1600963200000

ErrorRank

array<object>

The error ranking data of nodes in the last month.

object

Owner

string

The ID of the Alibaba Cloud account used by the node owner.

952795279527

NodeName

string

The name of the node.

ProjectId

integer

The DataWorks workspace ID.

9527

NodeId

integer

The node ID.

9527

Count

integer

The number of errors that occurred on the node.

5

PrgType

integer

The type of the node.

10

Examples

Success response

JSON format

{
  "RequestId": "952795279527****",
  "InstanceErrorRank": {
    "UpdateTime": 1600963200000,
    "ErrorRank": [
      {
        "Owner": "952795279527",
        "NodeName": "节点名称",
        "ProjectId": 9527,
        "NodeId": 9527,
        "Count": 5,
        "PrgType": 10
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

500 Forbidden.Not.Server The dataworksAPI service is not available in this area. Please try it in another area.
500 InternalError.System An internal system error occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later.
500 Forbidden.Wkbench.ProjectNoPermission You are not authorized to access the workspace.
500 Invalid.Wkbench.Parameter The specified parameters are invalid.
403 ResourceNotAuthorized.Api You are not authorized to access the resources.
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. No permission, please authorize
429 Throttling.Api The request for this resource has exceeded your available limit.
429 Throttling.Api.Risk The request for this resource has exceeded your daily available limit.
429 Throttling.Resource You have reached the limit for the resource. Please contact us by submitting a ticket.
429 Throttling.System The DataWorks system is busy. Try again later.
429 Throttling.User Your request is too frequent. Try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.