Dataflow Job Nodes リソース
標準データフローまたはレシピのデータフロージョブノードを返します。この要求は、030、03C、または 0eP で始まる ID を持つデータフロージョブでのみ機能します。ノード ID は 03L で始まる必要があります。
- リソース URL
-
1/wave/dataflowjobs/<dataflowjobId>/nodes/<nodeId> - 形式
- JSON
- 使用可能なバージョン
- 50.0
- 使用可能なコンポーネント
- HTTP のメソッド
- GET
- GET レスポンスボディ (DataflowJobNodeRepresentation)
-
DataflowJobNodeRepresentation は、抽象 BaseWaveAssetRepresentation からプロパティを継承します。これらの基本プロパティは、次のテーブルにある DataflowJobNodeRepresentation の特定のプロパティとともに表示されます。
プロパティ名 型 説明 検索条件グループとバージョン 使用可能なバージョン duration Integer ノードの実行時間 (秒数)。 Small、50.0 50.0 errorLogUrl String エラーログ blob をダウンロードするための URL。 Small、50.0 50.0 inputRows NodeRowCountRepresentation ノードへの入力行数。 Small、50.0 50.0 message String ノードのエラーまたは情報メッセージ。 Small、50.0 50.0 nodeType ConnectWaveEltNodeActionEnum ノード種別。有効な値は、次のとおりです。 - Append
- Augment
- BinDigest
- ComputeExpression
- ComputeRelative
- CsvDigest
- Dataset
- DeleteRows
- Delta
- Digest
- Dim2Mea
- Export
- Filter
- Flatten
- IndexDim
- Internal
- Prediction
- Register
- SfdcFetch
- SliceDataset
- SobjectDigest
- Update
Small、50.0 50.0 outputRows NodeRowCountRepresentation ノードへの出力行数。 Small、50.0 50.0 startDate Date ノードの開始日。 Small、50.0 50.0 status ConnectWaveDataflowJobNodeStatusEnum ノードのランタイムの状況。有効な値は、次のとおりです。 - Aborted
- Error
- Pending
- Running
- Success
- Warning
Small、50.0 50.0 - NodeRowCountRepresentation
-
プロパティ名 型 説明 検索条件グループとバージョン 使用可能なバージョン failedCount Long ノードの失敗した行数。 Small、50.0 50.0 processedCount Long ノードの処理された行数。 Small、50.0 50.0