I have been attempting to execute the following code snippet but keep receiving this error "400 Client Error: The given key was not present in the dictionary."
I have tried using other keys but it simply will not execute. Has anyone seen an issue like this? I have verified that the key is present and have tried other keys but still it wont execute.
# Modules
import requests
import orionsdk
# Connection SW API
swis = orionsdk.SwisClient(poller, user, password)
requests.packages.urllib3.disable_warnings()
swis.update('swis://ken-prod-nm100./Orion/IPAM.IPNode/IpNodeId=804267', Status="2")