Functionality:
#TODO: add ability to download a file from the SPI

Scripts:
#TODO: system check script
    make sure autosupport is working
    check for cluster and node health
    check for volumes and aggregates over 90%

#TODO: DFS check?

#TODO: list snapshots that are older than the latest autogenerated snapshot
    fetch snapshot schedules
    fetch volumes
    see what schedule the volume has
    look through snapshot list, find the latest scheduled snapshot
    return a list of snapshots that are older than that

#TODO: check settings against our best practices
    autogrow
    tiering

Look at endpoints:
Endpoint: /svm/svms/{svm.uuid}/top-metrics/clients
HTTP methods: GET
This API retrieves a list of clients with the most IO activity for FlexVol and FlexGroup volumes belonging to a specified SVM.

Endpoint: /svm/svms/{svm.uuid}/top-metrics/files
HTTP methods: GET
This API retrieves a list of files with the most IO activity for FlexVol and FlexGroup volumes belonging to a specified SVM.

Endpoint: /svm/svms/{svm.uuid}/top-metrics/users
HTTP methods: GET
This API retrieves a list of users with the most IO activity for FlexVol and FlexGroup volumes belonging to a specified SVM.

Endpoint: /protocols/cifs/session/files
HTTP methods: GET, DELETE
These APIs manage files opened in a current session.

Endpoint: /protocols/nfs/connected-client-maps
HTTP methods: GET
This API retrieves NFS clients information.

Endpoint: /protocols/active-directory
HTTP methods: GET, POST
These APIs can be used to display Active Directory account-related information of all SVMs or create a new Active Directory account.

Endpoint: /storage/availability-zones
Object: StorageAvailabilityZone
HTTP methods: GET
This API retrieves availability zones.

To add to html page?
netapp_ontap.resources.active_directory
netapp_ontap.resources.cifs_domain
netapp_ontap.resources.node
netapp_ontap.resources.ntp_server
netapp_ontap.resources.svm

# TODO: script to get top metrics
netapp_ontap.resources.top_metrics_client
netapp_ontap.resources.top_metrics_directory
netapp_ontap.resources.top_metrics_file
netapp_ontap.resources.top_metrics_svm_client
netapp_ontap.resources.top_metrics_svm_directory
netapp_ontap.resources.top_metrics_svm_file
netapp_ontap.resources.top_metrics_svm_user
netapp_ontap.resources.top_metrics_user
