I have a Python script utilizing OrionSDK and the API that iterates through a node's interfaces and if the interface's status is equal to 2 (Down), set the status to 10 (unplugged). The script works and the interfaces do get changed, but the Unplugged status only lasts for a couple of seconds before it automatically reverts back to the Down status.
The attachments I've added show that the script correctly sets all Down interfaces to the Unplugged status, but then immediately begins reverting back until all of the interfaces are Down again in addition to the scrubbed Python script I'm using to accomplish this task. I have a similar script that uses this same syntax to add custom properties to interfaces and that works just fine (at least from prior to our 2019.4 update).
Thanks in advanced for any help you can provide.