- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-06-2017 05:40 PM
I have a device group I created using a device custom field and that works great. I am using the API to get a list of DeviceID, DeviceName and DeviceIPDotted back to do some integration work into another system. When execute the URI query below I am getting more data then I expect based on the select statement. I am also getting all of the custom fields I have defined. Should that be happening?
https://netmriip/api/3/device/index/?GroupID=10&select=DeviceID,DeviceName,DeviceIPDotted
Solved! Go to Solution.
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-2017 07:49 AM
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-2017 09:03 PM
Is there anyway to filter them out? I have some data in the custom fields that I do not want to share, This is an integration to a 3rd party and I have some data in the custom fields I would like to not give out.
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-12-2017 06:37 AM
John
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2017 02:08 AM
Which NetMRI version are you using? I believe since 7.1.4 custom fields are no longer provided if not requested
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2017 02:20 AM
I was on 7.0.5 when I submitted this but have recently upgraded to 7.2.1 and you are correct post upgrade the custom fields are not comming back in the JSON response unless I request them.
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2017 04:45 AM
The issue is solved then?
Re: NetMRI API showing custom fields event when not part of select input
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-25-2017 07:31 AM
Yes it is resoloved