-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc tweaks for MDC processingState API #10424
- Loading branch information
Showing
2 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
The API endpoint `api/admin/makeDataCount/{yearMonth}/processingState` has been added to Get, Create/Update(POST), and Delete a State for processing Make Data Count logged metrics | ||
For Create/Update the 'state' is passed in through a query parameter. | ||
Example | ||
- `curl POST http://localhost:8080/api/admin/makeDataCount/2024-03/processingState?state=Skip` | ||
(Please put at the bottom of the list under 🌐 API) | ||
|
||
Valid values for state are [New, Done, Skip, Processing, and Failed] | ||
'New' can be used to re-trigger the processing of the data for the year-month specified. | ||
'Skip' will prevent the file from being processed. | ||
'Processing' shows the state where the file is currently being processed. | ||
'Failed' shows the state where the file has failed and will be re-processed in the next run. If you don't want the file to be re-processed set the state to 'Skip'. | ||
'Done' is the state where the file has been successfully processed. | ||
### Experimental Make Data Count processingState API | ||
|
||
An experimental Make Data Count processingState API has been added. For now it has been documented in the developer guide: https://guides.dataverse.org/en/6.2/developers/make-data-count.html#processing-archived-logs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters