DX Unified Infrastructure Management

 View Only
  • 1.  Extract VM details from admin console

    Posted May 20, 2020 01:48 AM
    Hello All,

    Is there any way to extract all the VM names and their details from AZURE template.
    Azure probe versionis 3.11

    Regards,
    mrunal


  • 2.  RE: Extract VM details from admin console
    Best Answer

    Broadcom Employee
    Posted May 20, 2020 03:25 AM
    Hi 

    All vm details might not be stored in template .You can check the files in the  probe folder , example

    C:\Program Files (x86)\Nimsoft\probes\application\azure\bulk_config\templates

    Can try querying the database

    select * from s_qos_data where probe = 'azure'

    How can I tell what monitors are included in an azure template?
    Go to Template Editor > azure probe > template name . Go to the details pane and look at the Monitors Included in Template table.

    select * from s_qos_data where probe = 'azure'