Hi all,
I'm wondering if there is a way to move nodes to different Polling Engine through the SWIS API whilst also maintaining agent functionality. You can do this through the GUI using the "Manage Nodes" page under "More Actions" and "Change Polling Engine".
If I change it via the SWIS API, using Set-SwisObject $swis $nodeUriToMove {EngineID = $targetEngineId}, it changes Polling Engines in the database as expected but the Agent itself doesn't know anything.
I need an API equivalent for the GUI example, essentially.
Cheers,
JWTech