Join the Conversation

To sign in, use your existing MySonicWall account. To create a free MySonicWall account click "Register".

SonicOS API 6.5 expiration information

On 7 devices I can query /reporting/license/security-services to get license info. This information includes expiration information for security services and hardware warranty.

Is there an endpoint in 6.5 that I can get this expiration information?

Only real licensing info I can find is under /reporting/system but that doesn't give any expiration data.

Category: Developer Hub
Reply

Answers

  • JaimeJaime SonicWall Employee
    I recommend using /direct/cli. Send a POST to that endpoint with headers: Content-Type text/plain and Accept text/plain. In the body, send raw text “show license status”. The returned text will include the license info and expiration.
  • ChusitoChusito Newbie ✭
    edited December 2021

    Hello, I'm working on a template for Zabbix SonicOS 6.5 and I was able to get this data out, hope it helps you. Regarding the expiration dates of the support, I did not find anything.

    /api/sonicos/reporting/system (Licenced or UNlicenced)

    /api/sonicos/reporting/anti-spam/status/service (Date Licenced or Nathing o 405)

    /api/sonicos/reporting/anti-spyware (Date Licenced or Nathing o 405)

    /api/sonicos/reporting/gateway-antivirus (Date Licenced or Nathing o 405)

    /api/sonicos/reporting/intrusion-prevention (Date Licenced)

    Regrads

Sign In or Register to comment.