Skip to content

arndt-netapp/aiqum_sample_scripts

Repository files navigation

These sample scripts shows how to connect to the AIQUM Database and pull a variety of details from it.

AIQUM Requirements:
  1. AIQUM 9.7 or higher.
  2. An AIQUM "Database User" account with the "Report Schema" role.

Python Requirements:
  1. The mysql-connector-python module must be installed.

AIQUM Database Schema documentation is on the NetApp Support Site:
https://mysupport.netapp.com/documentation/docweb/index.html?productID=63834

Usage for all scripts:

optional arguments:
  -h, --help            show this help message and exit
  -a [AIQUMHOST], --aiqumhost [AIQUMHOST]
                        AIQUM Host
  -u [USERNAME], --username [USERNAME]
                        AIQUM Username
  -p [PASSWORD], --password [PASSWORD]
                        Password for AIQUM username

About

Sample scripts to show extracting details directly from the AIQUM database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages