Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 23:23
bb212b2

3.1.0 (January 21, 2025)

Notes

  • Golang: v1.22

ZIA SSL Inspection Rules

PR #295 - Added the following new ZIA API Endpoints:
- Added GET /sslInspectionRules Retrieves all SSL inspection rules.
- Added GET /sslInspectionRules/{ruleId} Retrieves the SSL inspection rule based on the specified ID
- Added POST /sslInspectionRules Creates a new SSL inspection rule
- Added PUT /sslInspectionRules/{ruleId} Updates the SSL inspection rule based on the specified ID
- Added DELETE /sslInspectionRules/{ruleId} Deletes an existing SSL inspection rule based on the specified ID