01-16-2024 09:00 AM
I configured Postman in order to get API information.
The first step was to get TenantID and JWT. Then I tested with get Avenue with: https://api.ruckus.cloud/api/tenant/tenantID/venue and showed the result.
But now I want to get alarms with: https://api.ruckus.cloud/alarms/query but it doesn't work. I don't know if the Postman configuration is ok. I used:
1. POST https://api.ruckus.cloud/alarms/query
2. In Body --> raw I fill:
{
"fields": [
"string"
],
"filters": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"page": 0,
"pageSize": 0,
"sortField": "string",
"sortOrder": "string"
}
3. I left in Authorization --> Bearer Token with JWT obtained.
Te result is:
501Not Implemented
Can somebody help me please?
03-19-2024 07:31 PM
Hi @erivera
Please go through RUCKUS ONE API guide for more information to configure the API
https://docs.ruckus.cloud/api/
Regards,
Sunil Acharya