How can I change snmpv3 credentials 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>
The rest code should request an incremental sync. So next time the sync process runs, it will push to DA and NFA and ultimately the DC's and the polling issue should resolve after 2 successful polls.