Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set-JS7InventoryItem

SYNOPSIS

Adds or updates Stores the configuration of a JOC Cockpit inventory item, e.g. a workflow

...

Any inventory objects can be stored to JOC Cockpit. the The objects are passed on as PowerShell
objects and are converted by the cmdlet to their native JSON reperesentation.

The following REST Web Service API resources are used:

* /inventory/store

...

PS > $fos = Get-JS7InventoryItem -Path '/JS7Demo/08_FileWatching/jdFilesTxt' -Type 'FILEORDERSOURCE';
Set-JS7InventoryItem -Path '/JS7Demo/08_FileWatching/jdFilesTxt' -Type 'FILEORDERSOURCE' -Object $fos

Stores Reads and stores the inventory object of a file order source.