Quantcast
Channel: Zenoss Community: Message List
Viewing all articles
Browse latest Browse all 1118

Getting all zProperties for a device

$
0
0

I think I am having a dumb morning .

 

Can anyone give me a bit of script that lists all the zProperties for a device?  Something like:

 

d = find('zen42.class.example.org')

for z in d.zProperties:

  print d.id, z.id, z,value

 

d.zProperties gives an attribute error

 

Cheers,

Jane


Viewing all articles
Browse latest Browse all 1118

Trending Articles