Giter Club home page Giter Club logo

infoblox's Introduction

Build status

InfoBlox

PowerShell module for interacting with InfoBlox IPAM via the REST API.

Examples

Add-IBResourceRecordHost

Add a host record on the Infoblox Gridserver

Add-IBResourceRecordHost -IPv4Address '1.2.3.4' -HostName 'myserver.mydomain.com' -GridServer myinfoblox.mydomain.com -Credential $Credential

Get-IBNetwork

Retrieves networks from an Infoblox Gridserver

`Get-IBNetwork -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '1.2.3.0/24'``

Get-IBNextAvailableIP

Retrieves available IP addresses from an Infoblox Gridserver

Get-IBNextAvailableIP -GridServer myinfoblox.mydomain.com -Credential $Credential -NetworkRef $ref -Quantity 10

Get-IBResourceRecord

Retrieves resource records from a Infoblox Gridserver

Get-IBResourceRecord -Type host -SearchField MyServer -GridServer myinfoblox.mydomain.com -Credential $Credential

New-IBNetwork

Adds a network to an Infoblox Gridserver

New-IBNetwork -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '10.10.1.0/24' -Comment 'My New Network'

New-IBNetworkContainer

Adds a network container to an Infoblox Gridserver

New-IBNetworkContainer -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '10.10.1.0/24' -Comment 'My New Network'

Remove-IBResourceRecord

Removes a host record from an Infoblox Gridserver

Remove-IBResourceRecord -Reference $ref -GridServer myinfoblox.mydomain.com -Credential $Credential

Request-IBAvailableIP

Reservers an available IP from a Infoblox Gridserver

Request-IBAvailableIP -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '1.2.3.0/24' -Name 'server01' -Comment 'test server'

Set-IBResourceRecord

Changes a host record on an Infoblox Gridserver

Set-IBResourceRecord -Reference Reference -IPv4Address '1.2.3.4' -HostName myhost.mydomain.com -GridServer myinfoblox.mydomain.com -Credential $Credential

infoblox's People

Contributors

devblackops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

infoblox's Issues

Typo in PSD1

It looks like there is a typo in InfoBlox.psd1. Instead of Get-IBNextAvailableIP it lists Get-IBNetworkAvailableIP.

Don't get it working with my Infoblox: Api v1.4.2

Hi, I don't know if its related to the api version of my infoblox but the cmdlets of the module don't work for me and are giving errors:
For example, If I run Get-IBNetwork or Get-IBNextAvailableIP I get 'the property network cannot be found on this object'
Do you know how to solve this?

Many thanks in advance, Kurt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.