Name
Get-JS7FileTransferItem
SYNOPSIS
Returns the XML representation of a file transfer configuration managed with the JOC Cockpit inventory
SYNTAX
Get-JS7FileTransferItem [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
A file transfer configuration is returned from the JOC Cockpit inventory
The following REST Web Service API resources are used:
* /xmleditor/read
PARAMETERS
Name
-Name <String>
Specifies the name of the file transfer configuration in the JOC Cockpit inventory.
Required? | false |
Position? | 1 |
Default value | |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > $xml = Get-JS7FileTransferItem
Returns the list of available file transfer configurations.
-------------------------- EXAMPLE 2 --------------------------
PS > $xml = Get-JS7FileTransferItem -Name primaryAgent
Returns the XML object of the given file transfer configuration.