ベースライン内のノードを照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| BaselineId |
integer |
必須 |
ベースライン ID。 ListBaselineConfigs 操作を呼び出して、ベースライン ID を取得できます。 |
1234 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| HttpStatusCode |
integer |
HTTP ステータスコード。 |
200 |
| RequestId |
string |
リクエスト ID。 この ID を使用して、問題をトラブルシューティングできます。 |
0000-ABCD-E**** |
| ErrorMessage |
string |
エラーメッセージ。 |
The specified parameters are invalid. |
| ErrorCode |
string |
エラーコード。 |
1031203110005 |
| Success |
string |
リクエストが成功したかどうかを示します。 |
true |
| Data |
array<object> |
ベースライン内のノード。 |
|
|
object |
|||
| Owner |
string |
ノードのオーナーが使用する Alibaba Cloud アカウントの ID。 |
9527952**** |
| NodeName |
string |
ノードの名前。 |
Node name |
| NodeId |
integer |
ノード ID。 |
12345 |
| ProjectId |
integer |
ノードが属するワークスペースの ID。 |
12345 |
例
成功レスポンス
JSONJSON
{
"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
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 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. | 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。