Hi everyone!
NBI Notifications API will be deprecated in Prime 3.7 and removed in future releases. We will update API documentation to reflect this.
NBI Server-Sent Events API is official replacement for the Notifications API. In 3.7 we will provid...
Hey folks!
We've been asked why the data/Alarms and data/Events API resources return deviceName in unexpected format.
Instead of device name the value may contain name of the device, IP address, and MAC address.
The problem is that the attribute ...
Hey Folks! In Prime Infrastructure 3.6 we are going to extend WLAN provisioning API resources with basic support of PSK configuration. I prepared preview of the changes and couple of examples for you.
1. API Resources Preview
There are following AP...
Hi Jan,
If you need to get only number of connections then you can modify API request as following:
/v3/data/HistoricalClientCounts.json?id=gt(target)&.maxResults=1
This query will return only one entity without any details. Response will contain...
Hello,
As I suppose you are trying to filter response by IP address? If so then you can add ipAddress query parameter like this:
/webacs/api/v4/data/ClientDetails?ipAddress="192.168.1.1"
You can also check filtering documentation:
/webacs/api...
Hello!
You can start from reading the API documentation. It is available at https://your-pi/webacs/api/v1/ on your PI server. Or you can login to PI, click on the "gear" icon near the user name, and then click on REST APIs menu item.
I recommend...
Hello,
I do not think it is possible to do via Prime UI. It allows to add a variable to your script, but its value will be the same for all scheduled instances of the job.
But this can be done via Prime API. You can add a variable to your CLI templat...
Hello,Yes you can add ".full=true" query parameter to your query string to fetch data in the same query. Your query string will look like this: "https://myserverwcs.corp.phcs.org/webacs/api/v4/data/ClientDetails?.full=true&macAddress=%224C:00:82:85:7...