Deploy Data Kit Components by Using Deploy Data Kit Components Flow

Deploys data kit components sequentially in one call. The response body contains the Flow_InterviewGuid. This flow is available by using the REST API version 61.0 and later.

/services/data/v61.0/actions/custom/flow/sfdatakit__DeployDataKitComponents

JSON, XML

POST

Authorization: Bearer token

NameTypeDescription
dataKitComponentsInputArray of sfdatakit__DeployComponentInputRequired. A collection of data kit components to deploy. The collection list contains the payload details about the components.
dataKitNameInputTextRequired. The data kit name that contains the components.
dataKitDataSpaceInputTextOptional. The name of the data space to deploy the data kit. If a data space isn’t defined, the system deploys the components in the default data space.

This example request triggers the Deployed Data Kit Components flow to deploy the data stream bundle, data lake objects, and data transforms components from the MyTestDatakit data kit.

Example Request

Example Request Body

Example Response Body