I am confused to what the credential ID here is and how do I find it?
I know my snmpv3 credentials but when I put that in it does not work, so what exactly is the ID, any help is appreciated.
|
| def main(): |
| npm_server = 'localhost' |
| username = 'admin' |
| password = '' |
| target_node_ip = '1.2.3.4' |
| snmpv3_credential_id = 3 |
| orion_engine_id = 1 |
|