Skip to content

Commit 7553bf4

Browse files
Merge pull request #7271 from vplauzon/vpl/preview-ingestion-api
Add preview for ingestion APIs
2 parents 7b27d25 + fbfc8ef commit 7553bf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

data-explorer/kusto/management/data-ingestion/queued-ingest-configuration-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion Configuration via REST API
33
description: Learn how to use the REST API to retrieve ingestion configuration settings for Azure Data Explorer.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/20/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Ingestion configuration via REST API
9+
# Ingestion configuration via REST API (Preview)
1010

1111
The ingestion configuration REST API allows you to programmatically retrieve configuration settings for data ingestion, including storage container URIs, Lake folder paths from the Microsoft Fabric offering, and ingestion limits. This endpoint enables integration with the Data Management storage resources used for ingestion.
1212

data-explorer/kusto/management/data-ingestion/queued-ingest-status-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion Status via REST API
33
description: Learn how to use the REST API to check the status of queued ingestion operations in Azure Data Explorer.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/28/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Ingestion status via REST API
9+
# Ingestion status via REST API (Preview)
1010

1111
The ingestion status REST API allows you to monitor the progress and results of queued ingestion operations. This endpoint provides detailed information about each blob in an ingestion request, including success, failure, or in-progress status.
1212

data-explorer/kusto/management/data-ingestion/queued-ingest-use-http.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Queued Ingestion via REST API
33
description: Learn how to use the REST API to submit blobs for ingestion into Azure Data Explorer tables.
44
ms.reviewer:
55
ms.topic: reference
6-
ms.date: 10/28/2025
6+
ms.date: 12/11/2025
77
---
88

9-
# Queued ingestion via REST API
9+
# Queued ingestion via REST API (Preview)
1010

1111
The queued ingestion REST API allows you to programmatically submit one or more blobs for ingestion into a specified database and table. This method is ideal for automated workflows and external systems that need to trigger ingestion dynamically.
1212

0 commit comments

Comments
 (0)