{"id":43349410,"url":"https://github.com/ticketmaster/infoblox-go-sdk","last_synced_at":"2026-02-02T02:14:30.545Z","repository":{"id":45399011,"uuid":"295883003","full_name":"ticketmaster/infoblox-go-sdk","owner":"ticketmaster","description":"Go SDK for managing Infoblox appliances.","archived":false,"fork":false,"pushed_at":"2023-12-15T05:43:20.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2023-12-15T06:47:46.869Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ticketmaster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-16T00:39:59.000Z","updated_at":"2023-12-15T06:47:46.870Z","dependencies_parsed_at":"2022-08-27T18:52:08.509Z","dependency_job_id":null,"html_url":"https://github.com/ticketmaster/infoblox-go-sdk","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/ticketmaster/infoblox-go-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Finfoblox-go-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Finfoblox-go-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Finfoblox-go-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Finfoblox-go-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticketmaster","download_url":"https://codeload.github.com/ticketmaster/infoblox-go-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Finfoblox-go-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29001653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-02-02T02:14:30.067Z","updated_at":"2026-02-02T02:14:30.535Z","avatar_url":"https://github.com/ticketmaster.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infoblox-go-sdk\n## Models\n- RecordA\n- RecordCname\n- RecordPTR\n- RecordHost\n\n## Clients\n- RecordA (Fetch, FetchByName, FetchByIP, Modify, Delete)\n- RecordCname (Fetch, FetchByName, FetchByIP, Modify, Delete)\n- RecordPTR (Fetch, FetchByName, FetchByIP, Modify, Delete)\n- RecordHost (Fetch, FetchByName, FetchByIP, Modify, Delete)\n\n## Business Logic (infoblox)\n### Fetch(filter string)\nThe `filter` can be any part of an FQDN. The more specific, the faster the query will execute. Fetch will return the A or Host record of the matched name, and its referenced PTR and CName/Aliases. Each object will also include all associated IB references.\n\n### FetchByIP(ip string)\nPerforms the same operation as Fetch, but does so by IP address.\n\n### CreateA(rec infoblox.Record)\nCreates an A record, and all referenced objects (i.e., PTR and Cname records).\n\n### ModifyA(rec infoblox.Record)\nUpdates an A record, and all referenced objects (i.e., PTR and Cname records). This oepration will delete PTR records if the IP address has changed, and create/delete Cname records.\n\n### DeleteA(rec infoblox.Record)\nDeletes an A record and all of its referenced objects.\n\n## Usage\n### Clients\nThe clients are designed to provide the most amount of flexibility to developers. Developers can instantiate a client, attach a client session to the client and then call any of the client methods. These are raw operations and rely heavily on the business logic of the appliance.\n\n### Business Logic (infoblox)\nThe infoblox package includes the `Infoblox` helper struct that includes all defined clients and methods to provide some automation. Develepers can call the `infoblox.Set(client.Host)` method to instantiate the helper object. A `client.Host` parameter must be passed into `Set`; otherwise, the helper will not be able to communicate with Infoblox. See below or reference the inflox_test.go file for more details.\n\n```\nhost := new(client.Host)\nhost.Name = InfobloxServer\nhost.UserName = Username\nhost.Password = Password\no := infoblox.Set(host)\ndefer o.Unset()\nif err != nil {\n\tlog.Print(err)\n\tt.Fail()\n}\n\nr,_: = o.Fetch(\"mydns\")\n\nlog.Printf(\"%+v\", r)\n```\n\nOnce the helper object is created, the developer can call any of the business logic functions above.\n\n## Credits\n- Author: Carlos Villanueva, carlos.villanueva@ticketmaster.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticketmaster%2Finfoblox-go-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticketmaster%2Finfoblox-go-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticketmaster%2Finfoblox-go-sdk/lists"}