Forum Discussion

Jitesh_41550's avatar
Jitesh_41550
Icon for Nimbostratus rankNimbostratus
May 25, 2012

Installed modules

 

 

Hi,

 

 

 

I am writing an application which retrieves all modules installed in a device using iControl API. The production information returned by 'SystemInfo.get_product_information()' provides list of all features including non-functional. How can I fetch a list of all modules that are functional in the device?

 

 

Thanks in advance.

 

3 Replies

  • Not exactly clear what you are looking for, what you mean by module. Perhaps you want Management::Provision. See get_list and get_provisioned_list.
  • Jitesh,

     

     

    Yes, what do you mean by "I am writing an application which retrieves all modules installed in a device using iControl API' ??

     

     

    Do you mean something that does the equivalent of a:

     

     

    show lic

     

     

    at the CLI?

     

     

    ~ snovakov
  • Thank you so much Todd! Management::Provision.get_provisioned_list() was the API I was looking for. This gives me functional or licensed modules in the device.