Provide a file interface that device configuration can be compared
against and then imported into Zenoss. For large groups of devices,
doing each device separately consumes too much resources.
|
|
|
exportDevices(self,
deviceClass='/',
options={})
Create zenbatchload format file starting from the device class. |
source code
|
|
|
importDevices(self,
data,
options={})
Create zenbatchload format file starting from the device class. |
source code
|
|
|
listDevices(self,
deviceClass='/')
List of all devices based at the device class |
source code
|
|