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

Need Help: How to Create multiple values for extensible attributes for Ipv4 address

New Member
Posts: 2
1082     0

Hi Team,

 

I want to know is it possible to create a multiple extensible attribute for any filed such as Ticket Number Or Site Or Buliding using WAPI?? If yes, please let me know the way. 

 

I didnt find any in the Infoblox API documentation.

Re: Need Help: How to Create multiple values for extensible attributes for Ipv4 address

Moderator
Moderator
Posts: 287
1083     0

Yes it is possible.  First the extensible attribute must be configured to allow multiple values.  Then the values can be sent as an array of values:

 

        "extattrs": {
            "Solution": {
                "value": [
                    "Mobile", 
                    "Client"
                ]
            }
        }, 

Re: Need Help: How to Create multiple values for extensible attributes for Ipv4 address

New Member
Posts: 2
1083     0

This solution helped me a lot..

 

Thank you so much!!!

Showing results for 
Search instead for 
Did you mean: 

Recommended for You