All Products
Search
Document Center

DataWorks:ListBaselineConfigs

Last Updated:Jun 11, 2026

Mengkueri daftar garis dasar.

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

PageNumber

integer

Yes

Nomor halaman. Nilai valid: 1 hingga 30. Nilai default: 1.

1

PageSize

integer

Yes

Jumlah entri per halaman. Nilai valid: 1 hingga 100. Nilai default: 10.

10

Owner

string

No

ID akun Alibaba Cloud yang digunakan oleh pemilik garis dasar.

95279527****

ProjectId

integer

Yes

ID ruang kerja. Anda dapat memanggil operasi ListProjects untuk mengkueri ID tersebut.

1234

Priority

string

No

Prioritas garis dasar. Nilai valid: {1,3,5,7,8}. Pisahkan beberapa prioritas dengan koma (,).

1,3,5,7,8

Useflag

boolean

No

Apakah akan mengaktifkan garis dasar. Nilai valid: true dan false.

true

BaselineTypes

string

No

Tipe garis dasar. Nilai valid: DAILY dan HOURLY. Pisahkan beberapa tipe garis dasar dengan koma (,).

DAILY,HOURLY

SearchText

string

No

Kata kunci dalam nama garis dasar yang digunakan untuk mencari garis dasar.

Baseline name search keywords

Elemen respons

Element

Type

Description

Example

object

The response parameters.

HttpStatusCode

integer

The HTTP status code.

200

RequestId

string

The request ID.

0000-ABCD-EFG****

ErrorMessage

string

The error message.

The specified parameters are invalid.

ErrorCode

string

The error code.

1031203110005

Success

boolean

Indicates whether the request was successful.

true

Data

object

The returned data.

PageNumber

integer

The page number.

1

PageSize

integer

The number of entries per page.

10

TotalCount

integer

The total number of baselines returned.

100

Baselines

array<object>

The baselines.

object

The returned result.

HourSlaDetail

string

The committed completion time of the hour-level baseline. This parameter is presented as key-value pairs in the JSON format. The key indicates the ID of the cycle, and the value is presented in the hh:mm format. Valid values of hh: [0,47]. Valid values of mm: [0,59].

{"1":"03:58","2":"04:58","3":"05:58","4":"06:58","5":"07:58","6":"08:58","7":"09:58","8":"10:58","9":"11:58","10":"12:58","11":"13:58","12":"14:58","13":"15:58","14":"16:58","15":"17:58","16":"18:58","17":"19:58","18":"20:58","19":"21:58","20":"22:58","21":"23:58","22":"24:58","23":"25:58","24":"26:58"}

IsDefault

boolean

Indicates whether the baseline is a default baseline of the workspace. Valid values: true and false.

true

Owner

string

The ID of the Alibaba Cloud account used by the baseline owner. Multiple IDs can be specified. The IDs are separated by commas (,).

952795****

ProjectId

integer

The ID of the workspace to which the baseline belongs.

100001

Priority

integer

The priority of the baseline. Valid values: {1,3,5,7,8}.

1

SlaMinu

integer

The minute in the alerting time of the day-level baseline. Valid values: [0, 59].

30

SlaHour

integer

The hour in the committed completion time of the day-level baseline. Valid values: [0, 47].

9

BaselineId

integer

The baseline ID.

1234

BaselineName

string

The name of the baseline.

Baseline name

HourExpDetail

string

The alerting time of the hour-level baseline. This parameter is presented as key-value pairs in the JSON format. The key indicates the ID of the cycle, and the value is presented in the hh:mm format. Valid values of hh: [0,47]. Valid values of mm: [0,59].

{"1":"03:28","2":"04:28","3":"05:28","4":"06:28","5":"07:28","6":"08:28","7":"09:28","8":"10:28","9":"11:28","10":"12:28","11":"13:28","12":"14:28","13":"15:28","14":"16:28","15":"17:28","16":"18:28","17":"19:28","18":"20:28","19":"21:28","20":"22:28","21":"23:28","22":"24:28","23":"25:28","24":"26:28"}

UseFlag

boolean

Indicates whether the baseline is enabled. Valid values: true and false.

true

ExpHour

integer

The hour in the alerting time of the day-level baseline. Valid values: [0, 47].

7

BaselineType

string

The type of the baseline. Valid values: DAILY and HOURLY.

DAILY

ExpMinu

integer

The minute in the alerting time of the day-level baseline. Valid values: [0, 59].

30

Contoh

Respons sukses

JSONformat

{
  "HttpStatusCode": 200,
  "RequestId": "0000-ABCD-EFG****",
  "ErrorMessage": "The specified parameters are invalid.",
  "ErrorCode": "1031203110005",
  "Success": true,
  "Data": {
    "PageNumber": 1,
    "PageSize": 10,
    "TotalCount": 100,
    "Baselines": [
      {
        "HourSlaDetail": "{\"1\":\"03:58\",\"2\":\"04:58\",\"3\":\"05:58\",\"4\":\"06:58\",\"5\":\"07:58\",\"6\":\"08:58\",\"7\":\"09:58\",\"8\":\"10:58\",\"9\":\"11:58\",\"10\":\"12:58\",\"11\":\"13:58\",\"12\":\"14:58\",\"13\":\"15:58\",\"14\":\"16:58\",\"15\":\"17:58\",\"16\":\"18:58\",\"17\":\"19:58\",\"18\":\"20:58\",\"19\":\"21:58\",\"20\":\"22:58\",\"21\":\"23:58\",\"22\":\"24:58\",\"23\":\"25:58\",\"24\":\"26:58\"}",
        "IsDefault": true,
        "Owner": "952795****",
        "ProjectId": 100001,
        "Priority": 1,
        "SlaMinu": 30,
        "SlaHour": 9,
        "BaselineId": 1234,
        "BaselineName": "Baseline name",
        "HourExpDetail": "{\"1\":\"03:28\",\"2\":\"04:28\",\"3\":\"05:28\",\"4\":\"06:28\",\"5\":\"07:28\",\"6\":\"08:28\",\"7\":\"09:28\",\"8\":\"10:28\",\"9\":\"11:28\",\"10\":\"12:28\",\"11\":\"13:28\",\"12\":\"14:28\",\"13\":\"15:28\",\"14\":\"16:28\",\"15\":\"17:28\",\"16\":\"18:28\",\"17\":\"19:28\",\"18\":\"20:28\",\"19\":\"21:28\",\"20\":\"22:28\",\"21\":\"23:28\",\"22\":\"24:28\",\"23\":\"25:28\",\"24\":\"26:28\"}",
        "UseFlag": true,
        "ExpHour": 7,
        "BaselineType": "DAILY",
        "ExpMinu": 30
      }
    ]
  }
}

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 InternalError.System An internal system error occurred. Try again later.
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.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.