All Products
Search
Document Center

DataWorks:ListNodesByBaseline

Last Updated:Jun 11, 2026

Membuat kueri node dalam baseline.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

BaselineId

integer

Yes

ID baseline. Anda dapat memanggil operasi ListBaselineConfigs untuk membuat kueri ID baseline.

1234

Elemen respons

Element

Type

Description

Example

object

HttpStatusCode

integer

Kode status HTTP.

200

RequestId

string

ID permintaan. Anda dapat menggunakan ID untuk memecahkan masalah.

0000-ABCD-E****

ErrorMessage

string

Pesan kesalahan.

The specified parameters are invalid.

ErrorCode

string

Kode kesalahan.

1031203110005

Success

string

Menunjukkan apakah permintaan berhasil.

true

Data

array<object>

Node dalam baseline.

object

Owner

string

ID akun Alibaba Cloud yang digunakan oleh pemilik node.

9527952****

NodeName

string

Nama node.

Node name

NodeId

integer

ID node.

12345

ProjectId

integer

ID workspace tempat node berada.

12345

Contoh

Respons sukses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "0000-ABCD-E****",
  "ErrorMessage": "The specified parameters are invalid.",
  "ErrorCode": "1031203110005",
  "Success": "true",
  "Data": [
    {
      "Owner": "9527952****",
      "NodeName": "Node name",
      "NodeId": 12345,
      "ProjectId": 12345
    }
  ]
}

Kode kesalahan

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 Forbidden.Wkbench.BaselineNoPermission You are not authorized to access the baseline.
500 Forbidden.Wkbench.ProjectNoPermission You are not authorized to access the workspace.
500 InternalError.System An internal system error occurred. Try again later.
500 InternalError.UserId.Missing An internal system error occurred. Try again later.
500 InternalError.Wkbench.ServiceError An internal error occurred.
500 Invalid.Wkbench.Parameter The specified parameters are invalid.
500 Invalid.Wkbench.BaselineNotExist The baseline does not exist.
403 Forbidden.Access Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition.
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.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.