Retrieving extra attributes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2016 09:05 AM
Hi there,
I'm pulling data from Prime's REST API, and facing some difficulties:
1.) I need to be able to specify extra attributes for which I'd like to retrieve data, currently I have the following two URLs for getting details from Wireless Controllers:
<primeUrl>/webacs/api/v1/data/InventoryDetails/16816800?.full=true?.ctx_domain=root
<primeUrl>/webacs/api/v1/data/Devices/16816800?.full=true
And i get some good data, but I can't retrieve the last successful poll time, or the MAC address.
I'm specifying '.full=true', so I understand that I'm getting what Prime describes as a 'full' dataset, but is there any way I can get further information from the API?
Thanks,
Alex
- Labels:
-
Prime Infrastructure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2016 09:17 AM
Alex, if you're specifying .full=true then you're getting all the data that resource can return. However, if you're looking for info specifically about Wireless Controllers, then you should check out the Wlan Controller Summary and Wlan Controller Details resources.
