CreateIngestionConfig
Create an ingestion config.
POST
/
api
/v2
/ingestion-configs
Request Body
application/json
RequiredThe request for a call to IngestionConfigService_ListIngestionConfigs
to retrieve ingestion configs.
assetName
Requiredstring
flows
array<object>
organizationId
string
clientKey
string
The client_key
field is a user-defined string you can supply to uniquely identify
an ingestion config (and retrieve it via GetIngestionConfig
).
An error is returned if you try to create an ingestion config with a
client_key that already exists.
A successful response.