RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
06-27-2022 09:59 AM
Is there a way to know when a serviceTicket will expire or how long it is valid for?
Looking at the docs: https://docs.ruckuswireless.com/smartzone/5.2.2/vsze-public-api-reference-guide-522.html#header-comm...
There's nothing under the /v9_1/serviceTicket endpoint that says how long it's valid for. Does the API expect that it be used only a short time? Or should a new ticket be obtained prior to any other request to avoid receiving a 201 error?
Solved! Go to Solution.
06-27-2022 06:01 PM - edited 06-27-2022 06:02 PM
Hi @Dordt ,
Once a serviceTicket is generated, it is generally valid for 24 hours, by using the same serviceTicket you can run multiple API query.
It is recommended to delete an existing serviceTicket if you are planning to generate another serviceTicket.
Vijay Kuniyal
06-27-2022 06:01 PM - edited 06-27-2022 06:02 PM
Hi @Dordt ,
Once a serviceTicket is generated, it is generally valid for 24 hours, by using the same serviceTicket you can run multiple API query.
It is recommended to delete an existing serviceTicket if you are planning to generate another serviceTicket.
Vijay Kuniyal
11-30-2023 04:14 AM
HI. vijaykuniyal
How do it delete?
Does it delete using logoff?
11-30-2023 09:09 AM
Hi @Jeronimo
Right LOGOFF, you can use DELETE option to delete a service Ticket.
Example:
06-28-2022 06:33 AM
That's very helpful to know. Thanks!
