Get host description in setup.py
Verfasst: 20 Okt 2010, 10:51
Hi,
I would like to ask you if there is some possibility how to get host description in setup.py script. Something like this:
I am using opsi 4 and I would like to improve setup.py according to my needs.
Thank you.
Pavel
I would like to ask you if there is some possibility how to get host description in setup.py script. Something like this:
Code: Alles auswählen
description = host.get('description', clientId)
Thank you.
Pavel