-
Re: Python API works on 7.0 but not on 6.5
Hi @Veraniti, the API response "message": "Login as a user." suggests you just need to send a POST to the /start-management endpoint. The user is logged in, but "as a user&qu… (View Post)1 -
Re: Python API works on 7.0 but not on 6.5
Hi @HKI, Please take a look at the 6.5.4.x SonicOS API YAML document here: https://sonicos-api.sonicwall.com/sonicos_files/6.5.4.8-89n/TZ-400W/sonicos_openapi.yml According to the document, /reportin… (View Post)1 -
Re: API response in case of exception
Try using "-SkipHttpErrorCheck" in your Invoke-Restmethod call. It indeed seems to be a behavior of that cmdlet in PS. "-SkipHttpErrorCheck" ignores the "error statuses"… (View Post)2 -
Re: How to Add an Address Object to a Group
Hi @maximtech, Please try using PATCH to add member objects to existing groups. (View Post)1 -
Re: TZ400 SonicOS API - SSL Certificate
Hello @G_Hosa_Phat, You didn't overlook this endpoint. The root cause has been reported to Engineering. The 6.5.4.8 API documentation link is redirecting to the SonicOS 7.0.1 API documentation so we … (View Post)1