Versions Compared

Key

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

...

Restores objects such as workflows in from the JOC Cockpit inventory trash

SYNTAX

Restore-JS7InventoryItem [-Path] <String> [-Type] <String> [[-NewPath] <String>] [[-Prefix] <String>] [[-Suffix] <String>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

This cmdlet restores objects such as workflows that have perviously previously been removed provided
and that the deletion of the objects has not yet been committed are available from the trash.

Typically removal of objects is committed and objects are added to the trash with one of the cmdlets:

* For deployable objects use of the cmdlet the Publish-JS7DeployableItem cmdlet with the -Delete switch commits permanent deletion.
* For releasable objects use of the cmdlet the Publish-JS7ReleasableOItem cmdlet with the -Delete switch commits permanent deletion.

The following REST Web Service API resources are used:

* /inventory/trash/restore

...