cancel
Showing results for 
Search instead for 
Did you mean: 

How t make API alarms/query with Postman

erivera
New Contributor

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?

1 REPLY 1

Sunil_Acharya
RUCKUS Team Member

Hi @erivera 

 

Please go through RUCKUS ONE API guide for more information to configure the API

https://docs.ruckus.cloud/api/

 

Regards,

Sunil Acharya