---
title: "Show snmp config for dell switch data source"
method: GET
path: "/data-sources/dell-switches/{id}/snmp-config"
tags: ["Data Sources"]
---

# Show snmp config for dell switch data source

`GET /data-sources/dell-switches/{id}/snmp-config`

Show snmp config for dell switch data source

## Path parameters

- `id` string, required

## Response `200`

OK

- SNMPConfig
  - `config_snmp_2c` SNMP2cConfig
    - `community_string` string
  - `config_snmp_3` SNMP3Config
    - `authentication_password` string
    - `authentication_type` 'NO_AUTH' | 'MD5' | 'SHA'
    - `context_name` string
    - `privacy_password` string
    - `privacy_type` 'AES' | 'DES' | 'AES128' | 'AES192' | 'AES256' | '3DES' | 'NO_PRIV'
    - `username` string
  - `snmp_enabled` boolean
  - `snmp_version` 'v2c' | 'v3'

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Error

---

[API](https://skmtc.net/vmware/apis/vrni.md) · [All operations](https://skmtc.net/vmware/apis/vrni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vmware/vrni/versions/29e16496f00c/schema)
