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

How to Pull Non-Base Fields via REST API Get Method?

New Member
Posts: 4
1391     0

I am currently using the following API call to pull the base fields and it works fine but when I try to add fields created manually, API unable to recognize the fields.I tried using the "_return_fields+" but not sure how to fit it in the below URL. Appreciate any insight.

 

https://dhcp.mycompany.net/wapi/v2.3.1/network?_max_results=10&_return_fields=network,comment

Re: How to Pull Non-Base Fields via REST API Get Method?

Moderator
Moderator
Posts: 289
1391     0

The "+" needs to be encoded as %2b.  For example:

https://dhcp.mycompany.net/wapi/v2.3.1/network?_max_results=10&_return_fields%2b=network,comment

Re: How to Pull Non-Base Fields via REST API Get Method?

[ Edited ]
New Member
Posts: 4
1391     0
Showing results for 
Search instead for 
Did you mean: 

Recommended for You