Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API & Integration, DevOps,NetOps,SecOps

Reply

Add host record to multiple views with one wapi invocation

Techie
Posts: 8
2393     0

I am adding host records to multple views. I am doing it by issuing https://$infoblox_ip/wapi/v1.4.1/record:host multple times changing the "view": "$thisview" stanza each time. Is tehre a way to add a host record to multple views with one https invocation?

Re: Add host record to multiple views with one wapi invocation

Moderator
Moderator
Posts: 224
2393     0

Each host record in each view will be a separate object and therefore each host record needs to be constructed and added independantly.

 

You can perform multiple operations in a single call, using a multiple body request call.  There are a number of examples on the community site you can use to get started.

Re: Add host record to multiple views with one wapi invocation

Techie
Posts: 8
2394     0

Thank you!

Showing results for 
Search instead for 
Did you mean: 

Recommended for You