- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Infoblox Wapi to retrieve the a:record. Wapi call is coming out 'none'?
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2019 01:40 PM - edited 02-12-2019 01:42 PM
Hi
Can someone explain why my below wapi script to retrieve a: records is giving me null result?
Surprisingly the same Wapi call via browser give me as desired? its only via CLI I'm getting none.
I have tried from URL encoding to using Infoblox Client with absolutely no result.
Web Call (Works)
https://XXXX/wapi/vx.1/record:a?name~=^'a+'&_return_fields%2B=extattrs&*Owner!=NULL&_max_results=20000&view=PRIVATE&_return_type=json-pretty
Cli Call (Doesn't work at all!!)
https://XXXX/wapi/vx.1/record:a?name~=^'a+'&_return_fields%2B=extattrs&*Owner!=NULL&_max_results=20000&view=PRIVATE&_return_type=json-pretty
Can someone explain the strange behavior of the script?