Name
Get-JS7InventoryItem
SYNOPSIS
Returns the configuration of a JOC Cockpit inventory item, e.g. a workflow
SYNTAX
Get-JS7InventoryItem [-Path] <String> [-Type] <String> [<CommonParameters>]
DESCRIPTION
Any inventory objects are returned in their native JSON reperesentation.
The following REST Web Service API resources are used:
* /inventory/read/configuration
PARAMETERS
Path
-Path <String>
Specifies the folder, sub-folder and name of the object, e.g. a workflow path that should be
returned from the inventory.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | false |
Type
-Type <String>
Specifies the object type which is one of:
* Any Object Type
** FOLDER
* Deployable Object Types
** WORKFLOW
** FILEORDERSOURCE
** JOBRESOURCE
** NOTICEBOARD
** LOCK
* Releasable Object Types
** INCLUDESCRIPT
** JOBTEMPLATE
** WORKINGDAYSCALENDAR
** NONWORKINGDAYSCALENDAR
** SCHEDULE
** REPORT
Required? | true |
Position? | 2 |
Default value | |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > $fos = Get-JS7InventoryItem -Path /JS7Demo/08_FileWatching/jdFilesTxt -Type FILEORDERSOURCE
Returns the inventory object of a file order source.