Filtering Options
- Discussions
- in accepted solutions
- +
- solved
- +
- in API Examples
41 - 48 of 48 discussions
Sorted by:
1Infoblox wapi python help with adding a new host t...
Latest Post By
markrodr
in API Examples
...s a response, response.content will contain a json object with the properties for that host
hostExists = "%s.mydomain.net" % (hostName) in response.content
if hostExists == True:
print ("The h...
03-18-2020
01:03 PM
4
Replies
8708
Views
1How to schedule a Delete of a record:host via the ...
Latest Post By
Jordy
in API Examples
Hi, Is it possible to delete a record:host on a scheduled date via the (W)API? I know it is possible to schedule the deletion of a record host via the UI, but I am unable to do this...
06-20-2019
01:03 AM
2
Replies
5413
Views
1Looking for a WAPI API to do upgrade of members an...
Latest Post By
lramamur
in API Examples
Hi All, I am new to WAPI API's. When i had a look at the documentation, i could not find out any API that does : 1. Backing up of configuration files 2. Restoring back the backed u...
11-22-2018
11:14 PM
14
Replies
30515
Views
1Powershell CSV IMPORT Issue
Latest Post By
jpickell
in API Examples
Would anyone there be able to provide some insight into importing a CSV via Powershell? I've been through all of the python examples and used them as a basis for the Powershell version that ...
10-23-2018
01:18 PM
1
Reply
8712
Views
1Create full DTC configuration in WAPI (v2.1 and ab...
Latest Post By
jfigueira
in API Examples
...TATE:server-1-name:##",
"host": "##STATE:server-1-ip:##"
},
"assign_state": {
"dtc-server-1_ref": "_ref"
},
"enable_substitution": true,
"d...
1API get DHCP lease related info
Latest Post By
kzhang
in API Examples
Hi, I want use API to obtain DHCP lease ip all related info , need include lease allocation and end time . I can not found this from API guide , so is this possible ? If yes , w...
07-12-2018
06:51 AM
3
Replies
16837
Views
1Infoblox REST API to get the complete network cont...
Latest Post By
Harikrishna
in API Examples
Hi, I wonder if someone could suggest me a way to get the details such as how many blocks presented in the container, wether the newly network block that's going to be created will fit in th...
03-14-2018
02:53 AM
3
Replies
14389
Views
1infoblox-client update
Latest Post By
acas
in API Examples
Has anyone updated host records using python infoblox-client. I can create and delete entries but I want to update. I updated the object ipaddress under the HostRecordV4 but that did not ...
11-29-2017
01:44 PM
4
Replies
16183
Views
- « Previous
- Next »