- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Need Help: How to Create multiple values for extensible attributes for Ipv4 address
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2022 12:49 AM
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.
Solved! Go to Solution.
Re: Need Help: How to Create multiple values for extensible attributes for Ipv4 address
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 05:12 AM
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2022 01:04 AM
This solution helped me a lot..
Thank you so much!!!