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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"access":"users","users":[{"username":"AzureDiamond","passphrase":"hunter2"}]}