Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API & Integration, DevOps,NetOps,SecOps

Reply

Add host record to multiple views with one wapi invocation

Techie
Posts: 8
2786     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: 287
2787     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
2787     0

Thank you!

Showing results for 
Search instead for 
Did you mean: 

Recommended for You