cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
910
Views
1
Helpful
1
Replies

Retrieving extra attributes

alexander.wells
Level 1
Level 1

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

1 Reply 1

Spencer Zier
Cisco Employee
Cisco Employee

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.