Updated README

Signed-off-by: Taras <tarasm@gmail.com>
This commit is contained in:
Taras
2023-02-23 20:19:44 -05:00
parent a811bd246c
commit 754da685fb
@@ -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. |