Rest API
CFuertbauer
Newbie ✭
Hi,
we are a MSSP and each of our customers has its own tenant.
Is there a possibility to get the amount of used licenses, number of devices, alerts, etc. via RestAPI
An if not, are there any plans to provide this kind of data by RestAPI?
kr,
Clemens
Category: Capture Client
0
Answers
You can us the Below API :-
License - Get License Usage
GET: /api/license/id/:licenseId/usedBy
License - Get All Licenses
GET : /api/license/all
Alerts - Get alerts for tenant
GET : /api/alerts
Alerts - Update alert status
POST : /api/alerts/status
More Details :-
https://captureclient-36.sonicwall.com/api/docs/
Thanks & Regards,
Santosh.