< Back

Get-EdgeSharedFlowRevision

Sun Jan 19, 2020 6:04 pm

NAME Get-EdgeSharedFlowRevision



SYNOPSIS

Get the list of revisions for a sharedflow from Apigee Edge.





SYNTAX

Get-EdgeSharedFlowRevision [-Name] <String> [[-Org] <String>] [<CommonParameters>]





DESCRIPTION

Get the list of revisions for a sharedflow from Apigee Edge.





PARAMETERS

-Name <String>

Required. The name of the sharedflow to retrieve.



Required? true

Position? 1

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? 2

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:\\>Get-EdgeSharedFlowRevision -Name common-error-handling















RELATED LINKS