< Back

Get-EdgeSharedFlowDeployment

Sun Jan 19, 2020 6:04 pm

NAME Get-EdgeSharedFlowDeployment



SYNOPSIS

Get the deployment status for a sharedflow in Apigee Edge





SYNTAX

Get-EdgeSharedFlowDeployment [-Name] <String> [[-Org] <String>] [[-Revision] <String>] [[-Params] <Hashtable>]

[<CommonParameters>]





DESCRIPTION

Get the deployment status for a sharedflow in Apigee Edge





PARAMETERS

-Name <String>

Required. The name of the sharedflow to inquire.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Org <String>

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



-Revision <String>

Optional. The revision of the named sharedflow to inquire.



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Params <Hashtable>



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:\\>Get-EdgeSharedFlowDeployment -Name sf1a















RELATED LINKS