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

Also available in: Atom PDF