Project

General

Profile

Actions

Bug #16709

closed

Missing "inventories" API documentation

Added by François ARMAND about 4 years ago. Updated about 4 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
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" 
      }
Actions #1

Updated by François ARMAND about 4 years ago

  • Status changed from New to In progress
Actions #2

Updated by François ARMAND about 4 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
Actions #3

Updated by François ARMAND about 4 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by Vincent MEMBRÉ about 4 years ago

  • Fix check changed from To do to Checked
Actions #5

Updated by Alexis Mousset about 4 years ago

  • Name check changed from To do to Reviewed
Actions #6

Updated by Vincent MEMBRÉ about 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

Also available in: Atom PDF