You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| GET |`/incremental/health`| Checks the health of all incremental providers. Returns array of any unhealthy ones. |
105
-
| GET |`/incremental/providers`| Get a list of all known incremental entity providers |
106
-
| GET |`/incremental/providers/:provider`| Checks the status of an incremental provider (resting, interstitial, etc). |
107
-
| 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. |
108
-
| POST |`/incremental/providers/:provider/start`| Stop the current ingestion cycle and start a new one immediately. |
109
-
| POST |`/incremental/providers/:provider/cancel`| Stop the current ingestion cycle and start a new one in 24 hours. |
110
-
| DELETE |`/incremental/providers/:provider`| Completely remove all records for the provider and schedule it to start again in 24 hours. |
111
-
| GET |`/incremental/providers/:provider/marks`| Retrieve a list of all ingestion marks for the current ingestion cycle. |
112
-
| DELETE |`/incremental/providers/:provider/marks`| Remove all ingestion marks for the current ingestion cycle. |
113
-
| POST |`/incremental/cleanup`| Completely remove all records for ALL providers and schedule them to start again in 24 hours. (CAUTION! Can cause orphans!) |
| GET |`/api/catalog/incremental/health`| Checks the health of all incremental providers. Returns array of any unhealthy ones. |
105
+
| GET |`/api/catalog/incremental/providers`| Get a list of all known incremental entity providers |
106
+
| GET |`/api/catalog/incremental/providers/:provider`| Checks the status of an incremental provider (resting, interstitial, etc). |
107
+
| POST |`/api/catalog/incremental/providers/:provider/trigger`| Triggers a provider's next action immediately. E.g., if it's currently interstitial, it will trigger the next burst. |
108
+
| POST |`/api/catalog/incremental/providers/:provider/start`| Stop the current ingestion cycle and start a new one immediately. |
109
+
| POST |`/api/catalog/incremental/providers/:provider/cancel`| Stop the current ingestion cycle and start a new one in 24 hours. |
110
+
| DELETE |`/api/catalog/incremental/providers/:provider`| Completely remove all records for the provider and schedule it to start again in 24 hours. |
111
+
| GET |`/api/catalog/incremental/providers/:provider/marks`| Retrieve a list of all ingestion marks for the current ingestion cycle. |
112
+
| DELETE |`/api/catalog/incremental/providers/:provider/marks`| Remove all ingestion marks for the current ingestion cycle. |
113
+
| POST |`/api/catalog/incremental/cleanup`| Completely remove all records for ALL providers and schedule them to start again in 24 hours. (CAUTION! Can cause orphans!) |
114
114
115
115
In all cases, `:provider` is the name of the incremental entity provider.
0 commit comments