Todos os produtos
Search
Central de documentação

DataWorks:GetInstanceErrorRank

Última atualização: Jun 29, 2026

Chama GetInstanceErrorRank para obter o ranking de erros dos nós no último mês.

Experimente agora

Experimente esta API no OpenAPI Explorer, sem necessidade de assinatura manual. Chamadas bem-sucedidas geram automaticamente código SDK correspondente aos seus parâmetros. Faça o download com segurança de credenciais integrada para uso local.

Testar

Autorização RAM

Nenhuma autorização necessária para esta operação. Se você encontrar problemas com esta operação, entre em contato com o suporte técnico.

Parâmetros da solicitação

Parâmetro

Tipo

Obrigatório

Descrição

Exemplo

ProjectId

integer

Sim

O ID do workspace do DataWorks.

9527

Elementos de resposta

Elemento

Tipo

Descrição

Exemplo

object

RequestId

string

O ID exclusivo gerado para cada solicitação.

952795279527****

InstanceErrorRank

object

Os dados de ranking de erros dos nós.

UpdateTime

integer

O timestamp em que o ranking de erros foi atualizado.

1600963200000

ErrorRank

array<object>

Os dados de ranking de erros dos nós no último mês.

object

Owner

string

The Alibaba Cloud UID of the node owner.

952795279527

NodeName

string

The name of the node.

Node name

ProjectId

integer

The ID of the DataWorks workspace.

9527

NodeId

integer

The ID of the node.

9527

Count

integer

The number of errors of the node.

5

PrgType

integer

The type of the node task.

10

Exemplos

Resposta de sucesso

JSON formato

{
  "RequestId": "952795279527****",
  "InstanceErrorRank": {
    "UpdateTime": 1600963200000,
    "ErrorRank": [
      {
        "Owner": "952795279527",
        "NodeName": "Node name",
        "ProjectId": 9527,
        "NodeId": 9527,
        "Count": 5,
        "PrgType": 10
      }
    ]
  }
}

Códigos de erro

Código de status HTTP

Código de erro

Mensagem de erro

Descrição

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.

Consulte Códigos de Erro para uma lista completa.

Notas de versão

Consulte Notas de Versão para uma lista completa.