- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
- Next »
Re: The definitive list of REST examples
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2017 11:19 AM - edited 11-16-2017 11:23 AM
@mmortimer wrote:Hi, thanks very much for the overview.
I was wondering if there is a way to retrieve all the extensible attributes from InfoBlox?
We've created a few extensible attributes as a list that contain our network sites and countries. I would like to be able to retrieve (and possibly even edit) all configured list values through the API. Looking at the API documentation there doesn't seem to be a REST object for this so would require us to retrieve all objects and extract the data from there.
Regards,
Matt
I had to do the same to update an attribute that contained a fixed list. To do this, I had to use the Perl API as the Web API does not allow for CRUD changes on Attributes.
Re: The definitive list of REST examples
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 10:54 AM
I am wondering if it is possible to do a search with the wapi and do an offset? With test and internal sites coming up first, and the limitations on the number of objects I can return from a search, I would like to offset where it is pulling the data.
Re: The definitive list of REST examples
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 11:02 AM
I think what you are looking for is _paging and _page_id
Re: The definitive list of REST examples
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 11:07 AM
Thank you, I will look into that.
- « Previous
- Next »