---
title: "Update snmp config for ucs fabric interconnects"
method: PUT
path: "/data-sources/ucs-managers/{id}/snmp-config"
tags: ["Data Sources"]
---

# Update snmp config for ucs fabric interconnects

`PUT /data-sources/ucs-managers/{id}/snmp-config`

Update snmp config for ucs fabric interconnects

## Path parameters

- `id` string, required

## Request body

- 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'

## 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

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
