>>>nodeid = []
>>>nodeid.append(1)
>>>ImportConfiguration = {
'DeleteProfileAfterImport': True,
'NodeIDs': nodeid,
'ProfileID': 48,
}
>>>result = swis.invoke('Orion.Discovery', 'ImportDiscoveryResults', ImportConfiguration)
>>>result
u'60253cd7-6c6a-4961-a889-52f3966d7669'
Now that the node is "imported". How do I use this result to get the nodeid?
I am not familiar with this result.
Thank you,
Chris