THE GAME HAS CHANGED

Introducing Infoblox Universal DDI ManagementTM

Watch the launch to discover the new era of management for critical network services. Watch Now

API & Integration, DevOps,NetOps,SecOps

Reply

Add host record to multiple views with one wapi invocation

Techie
Posts: 8
3330     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: 312
3330     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
3330     0

Thank you!

Showing results for 
Search instead for 
Did you mean: 

Recommended for You