---
title: SonicWall
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/sonicwall/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/sonicwall/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.3
Updated: April 30, 2026***
Query data and utilize actions on SonicWall Next-Gen Firewall.
## Actions
* **List Address Groups** *(Enrichment)* - Retrieve IPv4 address group configuration.
* **Get Address Group** *(Enrichment)* - Retrieve IPv4 address group configuration by group address object name.
* **Remove Address Group** *(Containment)* - Delete an IPv4 address group.
* **List Objects** *(Enrichment)* - Retrieve IPv4 address object configuration.
* **Create IP Object** *(Containment)* - Create a new IPv4 address object.
* **Add IP to Group** *(Containment)* - Edit IPv4 address group configuration.
* **Remove IP Object** *(Containment)* - Delete an IPv4 address object.
* **List URI List Objects** *(Enrichment)* - Retrieve content filter URI list object configuration.
* **Add URI List Object to URI Group** *(Containment)* - Create a new content filter URI list object.
* **Remove URI from URI List** *(Containment)* - Delete a content filter URI list object.
* **List URI List Groups** *(Enrichment)* - Retrieve content filter URI list group object configuration.
## SonicWall configuration
For configuration purposes, refer [here](https://www.sonicwall.com/support/technical-documentation/docs/sonicos-7-0-0-0-api/Content/SonicOS_API_Guide/API_Authentication/authentication-methods.htm/).
## Configure SonicWall in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **API URL**. Enter your SonicWall API URL, for example, `https://your-domain/api/sonicos`.
* **Username**. Enter the username of a SonicWall admin user authorized to authenticate the integration.
* **Password**. Enter the password for the admin user.
*
*
*
*
For information about SonicWall, see [SonicWall documentation](https://www.sonicwall.com/support/technical-documentation).
## Change Log
* April 21, 2021 - First upload
* June 21, 2023 (v1.1) - Updated the integration with Environmental Variables
* July 11, 2023 (v1.2) - integration refactored
* April 30, 2026 (v1.3) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.