{"id":21071828,"url":"https://github.com/devblackops/infoblox","last_synced_at":"2025-09-02T20:44:00.141Z","repository":{"id":44445485,"uuid":"45963497","full_name":"devblackops/InfoBlox","owner":"devblackops","description":"PowerShell module for interacting with InfoBlox IPAM solution","archived":false,"fork":false,"pushed_at":"2016-08-01T06:19:11.000Z","size":63,"stargazers_count":18,"open_issues_count":1,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T20:51:16.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devblackops.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-11T06:15:52.000Z","updated_at":"2024-10-10T11:07:57.000Z","dependencies_parsed_at":"2022-07-14T20:30:32.617Z","dependency_job_id":null,"html_url":"https://github.com/devblackops/InfoBlox","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FInfoBlox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FInfoBlox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FInfoBlox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devblackops%2FInfoBlox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devblackops","download_url":"https://codeload.github.com/devblackops/InfoBlox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254474457,"owners_count":22077286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T18:54:21.456Z","updated_at":"2025-05-16T05:32:03.334Z","avatar_url":"https://github.com/devblackops.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build status](https://ci.appveyor.com/api/projects/status/wxg7eyc0ygs9jeo8?svg=true)](https://ci.appveyor.com/project/devblackops/infoblox)\n\n# InfoBlox\nPowerShell module for interacting with InfoBlox IPAM via the REST API.\n\n## Examples\n### Add-IBResourceRecordHost\nAdd a host record on the Infoblox Gridserver\n\n`Add-IBResourceRecordHost -IPv4Address '1.2.3.4' -HostName 'myserver.mydomain.com' -GridServer myinfoblox.mydomain.com -Credential $Credential`\n\n### Get-IBNetwork\nRetrieves networks from an Infoblox Gridserver\n\n`Get-IBNetwork -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '1.2.3.0/24'``\n\n### Get-IBNextAvailableIP\nRetrieves available IP addresses from an Infoblox Gridserver\n\n`Get-IBNextAvailableIP -GridServer myinfoblox.mydomain.com -Credential $Credential -NetworkRef $ref -Quantity 10`\n\n### Get-IBResourceRecord\nRetrieves resource records from a Infoblox Gridserver\n\n`Get-IBResourceRecord -Type host -SearchField MyServer -GridServer myinfoblox.mydomain.com -Credential $Credential`\n\n### New-IBNetwork\nAdds a network to an Infoblox Gridserver\n\n`New-IBNetwork -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '10.10.1.0/24' -Comment 'My New Network'`\n\n### New-IBNetworkContainer\nAdds a network container to an Infoblox Gridserver\n\n`New-IBNetworkContainer -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '10.10.1.0/24' -Comment 'My New Network'`\n\n### Remove-IBResourceRecord\nRemoves a host record from an Infoblox Gridserver\n\n`Remove-IBResourceRecord -Reference $ref -GridServer myinfoblox.mydomain.com -Credential $Credential`\n\n### Request-IBAvailableIP\nReservers an available IP from a Infoblox Gridserver\n\n`Request-IBAvailableIP -GridServer myinfoblox.mydomain.com -Credential $Credential -Network '1.2.3.0/24' -Name 'server01' -Comment 'test server'`\n\n### Set-IBResourceRecord\nChanges a host record on an Infoblox Gridserver\n\n`Set-IBResourceRecord -Reference Reference -IPv4Address '1.2.3.4' -HostName myhost.mydomain.com -GridServer myinfoblox.mydomain.com -Credential $Credential`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2Finfoblox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevblackops%2Finfoblox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevblackops%2Finfoblox/lists"}