< Back

Get-EdgeVhost

Sun Jan 19, 2020 6:04 pm

NAME Get-EdgeVhost



SYNOPSIS

Get one or more virtualhost objects from Apigee Edge





SYNTAX

Get-EdgeVhost [-Environment] <String> [[-Name] <String>] [[-Org] <String>] [[-Params] <Hashtable>]

[<CommonParameters>]





DESCRIPTION

Get information about one or more virtualhosts from Apigee Edge





PARAMETERS

-Environment <String>

Required. The name of the environment to search for virtualhosts.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>

Optional. The name of the virtualhost to retrieve.

The default is to list all virtualhosts.



Required? false

Position? 2

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? 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-EdgeVhost -Org cap500 -Environment test















RELATED LINKS