Closed ad1rie1 closed 5 years ago
Hello,
i have see the class Licenses for get all licence of a management server but this class have an argument...
How i can use it ?
Dear
Hi, Here is an example of listing all licenses:
from smc.administration.system import System system = System() for license in system.licenses: print(license)
thanck you :)
Hello,
i have see the class Licenses for get all licence of a management server but this class have an argument...
How i can use it ?
Dear