< Back
Export-EdgeSharedFlow
Post
NAME Export-EdgeSharedFlow
SYNOPSIS
Export a sharedflow from Apigee Edge, into a zip file.
SYNTAX
Export-EdgeSharedFlow [-Name] <String> [-Revision] <String> [[-Dest] <String>] [[-Org] <String>]
[<CommonParameters>]
DESCRIPTION
Export a sharedflow from Apigee Edge, into a zip file.
PARAMETERS
-Name <String>
Required. The name of the sharedflow to export.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Revision <String>
Required. The revision of the sharedflow to export.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Dest <String>
Optional. The name of the destination file, which will be a ZIP bundle.
By default the zip file gets a name derived from the name of the sharedflow, the
revision, and the time of export.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Export-EdgeSharedFlow -Name log-to-splunk -Revision 4 -Dest sf-bundle.zip
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$filename = $( Export-EdgeSharedFlow -Name log-to-splunk -Revision 4 )
RELATED LINKS
SYNOPSIS
Export a sharedflow from Apigee Edge, into a zip file.
SYNTAX
Export-EdgeSharedFlow [-Name] <String> [-Revision] <String> [[-Dest] <String>] [[-Org] <String>]
[<CommonParameters>]
DESCRIPTION
Export a sharedflow from Apigee Edge, into a zip file.
PARAMETERS
-Name <String>
Required. The name of the sharedflow to export.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Revision <String>
Required. The revision of the sharedflow to export.
Required? true
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Dest <String>
Optional. The name of the destination file, which will be a ZIP bundle.
By default the zip file gets a name derived from the name of the sharedflow, the
revision, and the time of export.
Required? false
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Org <String>
Optional. The Apigee Edge organization. The default is to use the value from Set-EdgeConnection.
Required? false
Position? 4
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Export-EdgeSharedFlow -Name log-to-splunk -Revision 4 -Dest sf-bundle.zip
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>$filename = $( Export-EdgeSharedFlow -Name log-to-splunk -Revision 4 )
RELATED LINKS