この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Recipe リソース

データの準備レシピ。
リソース URL
1/wave/recipes/<id>
形式
JSON
使用可能なバージョン
38.0
HTTP のメソッド
DELETE GET PATCH
GET のレスポンスボディ
RecipeRepresentation
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
dataflowLastUpdate Date 前回のデータフロー更新。 Small、38.0 38.0
dataset Asset​Reference​Representation 対象データセット Small、38.0 38.0
fileUrl String レシピのファイルの内容を取得する URL。 Small、38.0 38.0
publishingTarget ConnectRecipePublishingTargetEnum レシピの公開先の形式またはシステム (Dataset、IoT、または DataPool ステージング領域)。 Small、42.0 42.0
rowLevelSecurityPredicate String 対象データセットのセキュリティ述語。 Small、38.0 38.0
schedule String スケジュール Cron 式の現在のデータフロー。 Small、38.0 38.0
targetDataflowId String 対象データフロー ID。 Small、42.0 42.0
PATCH のリクエストボディ
プロパティ名 説明 必須か省略可能 使用可能なバージョン
dataflowDefinition String レシピのデータフロー定義。 38.0
executionEngine Enum レシピの実行エンジン。V1 (データフロー定義) または V2 (Spark で直接実行)。 41.0
fileContent String レシピのファイルの内容。このプロパティはレシピ UI の内部で使用され、デバッグおよび参照目的でのみ使用できます。 38.0
folder Asset​Reference​Input​Representation レシピの公開フォルダ。 38.0
label String レシピの簡単な表示ラベル。 38.0
name String レシピの名前。 38.0
publishingTarget ConnectRecipePublishingTargetEnum レシピの公開先の形式またはシステム (Dataset、IoT、または DataPool ステージング領域)。 Small、42.0 42.0
rowLevelSecurityPredicate String レシピの対象データセットのセキュリティ述語。 38.0
schedule String レシピのスケジュールデータフロー実行。 38.0

次に、既存のレシピの名前と表示ラベルを更新する JSON を示します。レシピ ID が 05vB0000000CacZIAS の場合、リソースエンドポイントは /services/data/v41.0/wave/recipes/05vB0000000CacZIAS になります。

1{
2  "name":"This is the new name",
3  "label":"This is the new label"
4}
PATCH の要求パラメータ
パラメータ名 説明 必須か省略可能 使用可能なバージョン
recipeFile Binary レシピの JSON ファイル (変換)。Salesforce でのみ使用 38.0
recipeObject Object (RecipeInputRepresentation) レシピ名、データフロー定義 (ある場合)、表示ラベル、フォルダなどのメタデータ情報。 38.0
PATCH のレスポンスボディ
RecipeRepresentation
プロパティ名 説明 検索条件グループとバージョン 使用可能なバージョン
dataflowLastUpdate Date 前回のデータフロー更新。 Small、38.0 38.0
dataset Asset​Reference​Representation 対象データセット Small、38.0 38.0
fileUrl String レシピのファイルの内容を取得する URL。 Small、38.0 38.0
publishingTarget ConnectRecipePublishingTargetEnum レシピの公開先の形式またはシステム (Dataset、IoT、または DataPool ステージング領域)。 Small、42.0 42.0
rowLevelSecurityPredicate String 対象データセットのセキュリティ述語。 Small、38.0 38.0
schedule String スケジュール Cron 式の現在のデータフロー。 Small、38.0 38.0
targetDataflowId String 対象データフロー ID。 Small、42.0 42.0