asset_name: The name of the Asset to create.flows: More details regarding flows are provided in the next section.organization_id: The ID of your organization (not required unless you belong to multiple organizations).client_key: An arbitrary client-chosen string used to uniquely identify this ingestion config.
Client KeysThe
client_key is optional, but providing a value for this field is recommended to make looking up your ingestion configs more convenient.IngestWithConfigDataStreamRequest messages to IngestService.IngestWithConfigDataStream.
Only after those steps does data actually start flowing.
Retrieving existing Ingestion Configs by ID
To retrieve an existing ingestion config you can use the IngestionConfigService.GetIngestionConfig endpoint with the ID that was returned in the ingestion config in the response after creation.Retrieving existing Ingestion Configs by client key
To retrieve an existing ingestion config by client key you can use the IngestionConfigService.ListIngestionConfigs endpoint and provideclient_key == "example_client_key" as the filter string.