Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoblox Dns Helperscripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Infoblox Dns Helperscripts
Commits
af3bb5c7
Commit
af3bb5c7
authored
2 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
02617bfc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-14
19 additions, 14 deletions
README.md
with
19 additions
and
14 deletions
README.md
+
19
−
14
View file @
af3bb5c7
# Infoblox Dns Helperscripts
# Infoblox Dns Helperscripts
Institute for Medical Education; University of Bern
Search for hosts and aliases in host objects and names in cname objects
in the infoblox dns api and show the result as json.
Source: https://git-repo.iml.unibe.ch/open-source/infoblox-dns-helperscripts
Institute for Medical Education; University of Bern
License: GNU GPL 3.0
📄 Source:
<https://git-repo.iml.unibe.ch/open-source/infoblox-dns-helperscripts>
\
📜 License: GNU GPL 3.0
## Requirements
## Requirements
...
@@ -20,14 +22,6 @@ License: GNU GPL 3.0
...
@@ -20,14 +22,6 @@ License: GNU GPL 3.0
## Usage
## Usage
### dns-api.sh
Low level command to access the api
`dns-api.sh [METHOD] URL`
This script is used by dns-search.sh. Maybe you don't want to execute it directly.
### dns-search.sh
### dns-search.sh
Search for aliases and hosts.
Search for aliases and hosts.
...
@@ -38,7 +32,7 @@ Search for aliases and hosts.
...
@@ -38,7 +32,7 @@ Search for aliases and hosts.
Search for hostnames or aliases in Infoblox API
Search for hostnames or aliases in Infoblox API
It uses dns-api.sh and adds the return field for aliases.
It uses dns-api.sh and adds the return field for aliases.
SYNTAX: dns-search.sh [name|alias] REGEX
SYNTAX: dns-search.sh [name|alias
|cname
] REGEX
EXAMPLES:
EXAMPLES:
...
@@ -56,8 +50,19 @@ The search supports regex:
...
@@ -56,8 +50,19 @@ The search supports regex:
dns-search.sh name "^(connector|examinator).*measured.stage"
dns-search.sh name "^(connector|examinator).*measured.stage"
(4)
(4)
Lazy mode: do not add name or alias to start
2
requests to search
in name and
Lazy mode: do not add name or alias
or cname
to start
3
requests to search
alias field
s
in all object type
s
dns-search.sh ufive
dns-search.sh ufive
Search for hostnames or aliases in Infoblox API
It uses dns-api.sh and adds the return field for aliases.
```
```
### dns-api.sh
Low level command to access the api
`dns-api.sh [METHOD] URL`
This script is used by dns-search.sh. Maybe you don't want to execute it directly.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment