Hi,
I am trying to add a new node into orion using rest api's.
I need a way to disable "Password is a Key" while adding the node. I have used some keys as shown below but didnt see the output as expected.
{
'AuthenticationKeyIsPassword': False,
'SNMPV3PrivKeyIsPwd': False,
'SNMPV3AuthKeyIsPwd': False,
'RWSNMPV3PrivKeyIsPwd': False,
'RWSNMPV3AuthKeyIsPwd': False,
}
Please help me to do it.
Thanks in Advance