From 754da685fb13f21cd8e49a6266654fa691c2526a Mon Sep 17 00:00:00 2001 From: Taras Date: Thu, 23 Feb 2023 20:19:44 -0500 Subject: [PATCH] Updated README Signed-off-by: Taras --- plugins/catalog-backend-module-incremental-ingestion/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog-backend-module-incremental-ingestion/README.md b/plugins/catalog-backend-module-incremental-ingestion/README.md index 7fe36eeec7..f85321e613 100644 --- a/plugins/catalog-backend-module-incremental-ingestion/README.md +++ b/plugins/catalog-backend-module-incremental-ingestion/README.md @@ -102,6 +102,7 @@ If you want to manage your incremental entity providers via REST endpoints, the | Method | Path | Description | | ------ | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | | GET | `/incremental/health` | Checks the health of all incremental providers. Returns array of any unhealthy ones. | +| GET | `/incremental/providers` | Get a list of all known incremental entity providers | | GET | `/incremental/providers/:provider` | Checks the status of an incremental provider (resting, interstitial, etc). | | POST | `/incremental/providers/:provider/trigger` | Triggers a provider's next action immediately. E.g., if it's currently interstitial, it will trigger the next burst. | | POST | `/incremental/providers/:provider/start` | Stop the current ingestion cycle and start a new one immediately. |