- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Object /request with multiple body object and error
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2023 03:48 AM
Hi
I want to use /request endpoint to find some information (e.g. network) for a bunch of ip addresses.
I created body payload and it's working as expected - but - only if the network for requested IP exist in Infoblox
If it doesn't exist then I get error:
"Error": "AdmConDataError: None (IBDataError: IB.Data:A network was not found for this address.)"
And the question - if I'm requesting for information about e.g. 20 IP addresses is there any additional parameter
which I can pass to /request to return information for which IP is that error ?
Right now I have no idea which for which IP network doesn't exist and have to request the data one-by-one.
Thanks
Re: Object /request with multiple body object and error
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 04:56 AM - edited 08-06-2023 10:24 PM
@abogdan wrote:Hi
I want to use /request endpoint to find some information (e.g. network) for a bunch of ip addresses.
I created body payload and it's working as expected - but - only if the network for requested IP exist in Infoblox
If it doesn't exist then I get error: TellGordmans
"Error": "AdmConDataError: None (IBDataError: IB.Data:A network was not found for this address.)"And the question - if I'm requesting for information about e.g. 20 IP addresses is there any additional parameter
which I can pass to /request to return information for which IP is that error ?
Right now I have no idea which for which IP network doesn't exist and have to request the data one-by-one.
Thanks
Hello,
The specific Infobox/request endpoint does not have a parameter to return information for which IP address the error occurred. You may need to handle the errors individually or contact Infobox support for possible updates or workarounds.