Actions
Bug #16709
closedMissing "inventories" API documentation
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
In 6.0, we added "inventories" endpoints, but they are not documented:
{ "queueInformation": "Get information about inventory current processing status", "GET": "[12] /inventories/info" }, { "uploadInventory": "Upload an inventory (parameter 'file' and its signature (parameter 'signature') with 'content-disposition:file' attachement format", "POST": "[12] /inventories/upload" }, { "fileWatcherStart": "Start inventory file watcher (inotify)", "POST": "[12] /inventories/watcher/start" }, { "fileWatcherStop": "Stop inventory file watcher (inotify)", "POST": "[12] /inventories/watcher/stop" }, { "fileWatcherRestart": "Restart inventory file watcher (inotify)", "POST": "[12] /inventories/watcher/restart" }
Updated by François ARMAND almost 5 years ago
- Status changed from New to In progress
Updated by François ARMAND almost 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-api-doc/pull/82
Updated by François ARMAND almost 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-api-doc|95b7718aa8379b290c0121a922f0260bb7e85355.
Updated by Vincent MEMBRÉ almost 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset over 4 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.0.3 which was released today.
Actions