< Back

Get-IBXGrid

Wed Jan 15, 2020 2:41 am

NAME Get-IBXGrid



SYNTAX

Get-IBXGrid [-Timeout <uint32>] [<CommonParameters>]



Get-IBXGrid -Session <InfobloxSession> [-Timeout <uint32>] [<CommonParameters>]



Get-IBXGrid -GridMaster <string> -Credential <pscredential> [-Version {LATEST | 1.0 | 1.1 | 1.2 | 1.2.1 | 1.3 |

1.4 | 1.4.1 | 1.4.2 | 1.5 | 1.6 | 1.6.1 | 1.7 | 1.7.1 | 1.7.2 | 1.7.3 | 1.7.4 | 2.0 | 2.1 | 2.1.1 | 2.2 | 2.2.1 |

2.2.2 | 2.3}] [-Timeout <uint32>] [<CommonParameters>]





PARAMETERS

-Credential <pscredential>

The credentials to use to access the Grid Master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name Grid

Aliases None

Dynamic? false



-GridMaster <string>

The IP address or FQDN of the grid master interface.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name Grid

Aliases None

Dynamic? false



-Session <InfobloxSession>

An established session object to use to connect to the grid master.



Required? true

Position? Named

Accept pipeline input? false

Parameter set name Session

Aliases None

Dynamic? false



-Timeout <uint32>

The timeout in seconds to use for the HttpClient. This defaults to 100.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Version <string>

The version of the Infoblox WAPI, will default to LATEST.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name Grid

Aliases ApiVersion

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

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None