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-common-request-uri-parameters
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?
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
That's very helpful to know. Thanks!
HI. vijaykuniyal
How do it delete?
Does it delete using logoff?
Hi @Jeronimo Right LOGOFF, you can use DELETE option to delete a service Ticket.
Example: