リクエストが成功したかどうかを示します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
dataworks:* |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| NodeId |
integer |
必須 |
ノードの実行が失敗した後に再実行される間隔。 |
1234 |
| ProjectEnv |
string |
必須 |
ワークスペースの環境。有効な値:PROD および DEV。 |
PROD |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| HttpStatusCode |
integer |
実行する操作。値を GetNode に設定します。 |
200 |
| RequestId |
string |
その他のパラメーター。 |
E6F0DBDD-5AD**** |
| ErrorMessage |
string |
接続文字列。 |
The connection does not exist. |
| ErrorCode |
string |
ノードの ID。ListNodes 操作を呼び出してノード ID を照会できます。 |
Invalid.Tenant.ConnectionNotExists |
| Success |
boolean |
ワークフローの ID。 |
true |
| Data |
object |
ノードの詳細。 |
|
| SchedulerType |
string |
ワークスペースの ID。 |
NORMAL |
| RepeatInterval |
integer |
ノードが属するワークフローの ID。 |
60 |
| Repeatability |
string |
ノードのタイプ。 |
true |
| RepeatMode |
integer |
再実行モード。0 は失敗した場合のみ再実行可能、1 は常に再実行可能、2 は再実行不可を示します。 |
1 |
| ProjectId |
integer |
ノードを再実行できるかどうかを示します。 |
1234 |
| ProgramType |
string |
ノードの所有者の ID。 |
ODPS_SQL |
| Priority |
integer |
返される HTTP ステータスコード。 |
1 |
| OwnerId |
string |
ノードの ID。 |
17366294**** |
| Connection |
string |
ワークスペースの環境。有効な値:PROD および DEV。 |
odps_source_dev |
| ParamValues |
string |
返される CRON 式。 |
a=b |
| RelatedFlowId |
integer |
ノードが Data Quality に関連付けられているかどうかを示します。有効な値は 0 と 1 です。値 0 はノードが Data Quality に関連付けられていることを示し、値 1 はノードが Data Quality に関連付けられていないことを示します。 |
123 |
| DqcType |
integer |
返されるエラーメッセージ。 |
1 |
| BaselineId |
integer |
ノードの説明。 |
123456 |
| Description |
string |
リソースグループの名前。 |
test |
| NodeName |
string |
ノードのスケジューリングタイプ。有効な値:
|
sql节点 |
| ResGroupName |
string |
リクエストの ID。この ID を使用して、ログの検索や問題のトラブルシューティングを行うことができます。 |
默认资源组 |
| BusinessId |
integer |
実行する操作。値を GetNode に設定します。 |
123 |
| DqcDescription |
string |
ノードの ID。ListNodes 操作を呼び出してノード ID を照会できます。 |
[{"projectName":"test_0923001","tableName":"test_table_001","partition":"ds\u003d$[yyyymmdd]"},{"projectName":"test_0923001","tableName":"test_table_002","partition":"NOTAPARTITIONTABLE"}] |
| CronExpress |
string |
ワークスペースの環境。有効な値:PROD および DEV。 |
00 00 00 * * ? |
| NodeId |
integer |
返される HTTP ステータスコード。 |
1234 |
| ResGroupIdentifier |
string |
リソースグループの一意の識別子。 |
group_123 |
| FileType |
integer |
ファイルタイプ。ファイルタイプごとにコードが異なります。詳細については、「DataWorks ノードコレクション」をご参照ください。 |
10 |
| FileId |
integer |
ファイル ID。 ** 警告 このフィールドは非推奨です。 |
123 |
| FileVersion |
integer |
ファイルのバージョン。 |
1 |
| DeployDate |
integer |
デプロイ日。 |
1727280000000 |
| CreateTime |
integer |
作成時間。 |
1727280000000 |
| ModifyTime |
integer |
変更時間。 |
1727280000000 |
例
成功レスポンス
JSONJSON
{
"HttpStatusCode": 200,
"RequestId": "E6F0DBDD-5AD****",
"ErrorMessage": "The connection does not exist.",
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"Success": true,
"Data": {
"SchedulerType": "NORMAL",
"RepeatInterval": 60,
"Repeatability": "true",
"RepeatMode": 1,
"ProjectId": 1234,
"ProgramType": "ODPS_SQL",
"Priority": 1,
"OwnerId": "17366294****",
"Connection": "odps_source_dev",
"ParamValues": "a=b",
"RelatedFlowId": 123,
"DqcType": 1,
"BaselineId": 123456,
"Description": "test",
"NodeName": "sql节点",
"ResGroupName": "默认资源组",
"BusinessId": 123,
"DqcDescription": "[{\"projectName\":\"test_0923001\",\"tableName\":\"test_table_001\",\"partition\":\"ds\\u003d$[yyyymmdd]\"},{\"projectName\":\"test_0923001\",\"tableName\":\"test_table_002\",\"partition\":\"NOTAPARTITIONTABLE\"}]",
"CronExpress": "00 00 00 * * ?",
"NodeId": 1234,
"ResGroupIdentifier": "group_123",
"FileType": 10,
"FileId": 123,
"FileVersion": 1,
"DeployDate": 1727280000000,
"CreateTime": 1727280000000,
"ModifyTime": 1727280000000
}
}
エラーコード
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。