How can I change the authProtocol or privProtocol on an SNMPv3 profile using REST
Dx NetOps Performance Management any version
Use the following syntax:
<?xml version="1.0" encoding="UTF-8"?>
<SnmpProfile>
<profileID>id from step 1</profileID>
<name>test</name>
<userName>test</userName>
<context/>
<version>Version3</version>
<securityLevel>AuthAndPriv</securityLevel>
<authProtocol>SHA</authProtocol>
<authPassword>password</authPassword>
<privProtocol>AES</privProtocol>
<authPassword>password</authPassword>
<privPassword>password</privPassword>
</SnmpProfile>