Update The SNMP Settings For A Network

PUT {{baseUrl}}/networks/:networkId/snmp

Update the SNMP settings for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: access| string| The type of SNMP access. Can be one of 'none' (disabled), 'community' (V1/V2c), or 'users' (V3). communityString| string| The SNMP community string. Only relevant if 'access' is set to 'community'. users| array| The list of SNMP users. Only relevant if 'access' is set to 'users'.

Request Body

{"access"=>"<string>", "communityString"=>"<string>", "users"=>[{"username"=>"<string>", "passphrase"=>"<string>"}, {"username"=>"<string>", "passphrase"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;access&quot;:&quot;users&quot;,&quot;users&quot;:[{&quot;username&quot;:&quot;AzureDiamond&quot;,&quot;passphrase&quot;:&quot;hunter2&quot;}]}