InfobloxGrid
2.0.0.3
Providers a wrapper around the Infoblox WAPI. The current SDK supports objects up to version 2.0 of the WAPI, although the PowerShell cmdlets can be used with WAPI versions above 2.0. Extensible attributes on objects are not currently supported.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2017 BAMCIS. All rights reserved.
Package Details
Author(s)
- Michael Haken
Tags
Cmdlets
Enter-IBXSession New-IBXSession Exit-IBXSession Get-IBXObject New-IBXObject Set-IBXObject Remove-IBXObject Get-IBXGrid New-IBXZoneObject Set-IBXZoneObject New-IBXDhcpObject Set-IBXDhcpObject Add-IBXIPAddressToHostRecord New-IBXDnsHostRecord New-IBXDnsRecord Remove-IBXIPAddressFromHostRecord Set-IBXDnsHostRecord Set-IBXDnsRecord
Dependencies
This module has no dependencies.
Release Notes
*2.0.0.3
Updated the unbound parameter methods to handle unbound parameters surrounded in quotes.
*2.0.0.2
Fixed the handling of getting the latest version where the JArray of supported_versions could not be cast to an IEnumerable<string>. Added functionality to catch and unroll aggregate exceptions.
*2.0.0.1
Implemented a "Basic" attribute to properties to enable the "BASIC" option for the -FieldsToReturn parameter on get objects.
*2.0.0.0
The module has been split into two separate projects. The first component is an SDK library that is compatible with .NET Framework and .NET Core. It contains all of the models and HTTP methods to execute against the Infoblox WAPI.
The second component is the PowerShell module that calls into the SDK. The whole module has been updated with the way it utilizes the cookie provided by Infoblox. You can now choose to do an Enter-IBXSession to set up persistent credentials, create a new session
with New-IBXSession and provide it to each IBX command, or provide explicit credentials to each command. The persistent cookie is updated with each new call to the Grid Master. You can clear the persistent credentials with Exit-IBXSession.
System.Net.Http 4.3.2, Newtonsoft.Json 10.0.2, System.Security.Cryptography.Algorithms 4.3.0, System.Security.Cryptography.Encoding 4.3.0, System.Security.Cryptography.Primitives 4.3.0, and System.Security.Cryptography.X509Certificates are bundled with the module.
FileList
- InfobloxGrid.nuspec
- InfobloxGrid.dll
- InfobloxGrid.psd1
- InfobloxSDK.dll
- Newtonsoft.Json.dll
- System.Net.Http.dll
- System.Security.Cryptography.Algorithms.dll
- System.Security.Cryptography.Encoding.dll
- System.Security.Cryptography.Primitives.dll
- System.Security.Cryptography.X509Certificates.dll