InfobloxGrid

2.0.0.1

Infoblox

Providers a wrapper around the Infoblox WAPI The current SDK supports objects up to version 2.0 of the WAPI. Extensible attributes on objects are not currently supported.

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name InfobloxGrid -RequiredVersion 2.0.0.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name InfobloxGrid -Version 2.0.0.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 BAMCIS. All rights reserved.

Package Details

Author(s)

  • Michael Haken

Tags

Infoblox NIOS WAPI

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.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

Version History

Version Downloads Last updated
2.0.0.3 775 8/23/2017
2.0.0.2 71 7/12/2017
2.0.0.1 (current version) 52 6/26/2017
2.0.0.0 55 5/31/2017
1.0.0.2 346 11/26/2015
1.0.0.1 43 11/26/2015
1.0.0.0 44 11/26/2015
Show more