rmbolger / Posh-IBWAPI

PowerShell module for interacting with the Infoblox WAPI (REST API).
MIT License
54 stars 8 forks source link

Added Get-IBSchema #19

Closed rmbolger closed 7 years ago

rmbolger commented 7 years ago

The primary focus of this PR is the addition of Get-IBSchema which aims to be a Powershell alternative to the web-based WAPI docs and addresses issue #6. Think of it like Get-Help but for the Infoblox WAPI object model. There are a lot of options and I should probably write a dedicated wiki page on how to use it.

Schema querying also enables the -ReturnAllFields parameter for Get-IBObject which addresses issue #18.