Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

API & Integration, DevOps,NetOps,SecOps

Reply

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

New Member
Posts: 2
1140     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: 289
1141     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
1141     0

This solution helped me a lot..

 

Thank you so much!!!

Showing results for 
Search instead for 
Did you mean: 

Recommended for You