netapp_eseries.santricity.na_santricity_facts module – NetApp E-Series retrieve facts about NetApp E-Series storage arrays
Note
This module is part of the netapp_eseries.santricity collection (version 1.4.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install netapp_eseries.santricity
.
To use it in a playbook, specify: netapp_eseries.santricity.na_santricity_facts
.
Synopsis
The na_santricity_facts module returns a collection of facts regarding NetApp E-Series storage arrays.
Parameters
Parameter |
Comments |
---|---|
The password to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API. |
|
The url to the SANtricity Web Services Proxy or Embedded Web Services API. |
|
The username to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API. |
|
The ID of the array to manage. This value must be unique for each array. Default: |
|
Should https certificates be validated? Choices:
|
Notes
Note
The E-Series Ansible modules require either an instance of the Web Services Proxy (WSP), to be available to manage the storage-system, or an E-Series storage-system that supports the Embedded Web Services API.
Embedded Web Services is currently available on the E2800, E5700, EF570, and newer hardware models.
ERROR while parsing: While parsing “M(netapp_e_storage_system)” at index 1: Module name “netapp_e_storage_system” is not a FQCN may be utilized for configuring the systems managed by a WSP instance.
Examples
---
- name: Get array facts
na_santricity_facts:
ssid: "1"
api_url: "https://192.168.1.100:8443/devmgr/v2"
api_username: "admin"
api_password: "adminpass"
validate_certs: true
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Success message Returned: on success Sample: |
|
proxy storage system list Returned: on successful inquiry from from web services proxy’s rest api |
|
storage system status Returned: success Sample: |
|
storage system auto-support status Returned: success Sample: |
|
storage system ssl certificate status Returned: success Sample: |
|
storage system chassis serial number Returned: success Sample: |
|
controller list that contains identification, ip addresses, and certificate information for each controller Returned: success Sample: |
|
all available storage system drive types Returned: success Sample: |
|
storage system install firmware version Returned: success Sample: |
|
NetApp E-Series model number Returned: success Sample: |
|
storage system name Returned: success Sample: |
|
storage system password status Returned: success Sample: |
|
storage system id Returned: success Sample: |
|
unconfigured storage system space in bytes Returned: success Sample: |
|
storage system unique identifier Returned: success Sample: |
|
provides details about the array, controllers, management interfaces, hostside interfaces, driveside interfaces, disks, storage pools, volumes, snapshots, and features. Returned: on successful inquiry from from embedded web services rest api |
|
storage array controller list that contains basic controller identification and status Returned: success Sample: |
|
drive list that contains identification, type, and status information for each drive Returned: success Sample: |
|
drive side interface list that contains identification, type, and speed for each interface Returned: success Sample: |
|
specifies the enabled features on the storage array. Returned: on success Sample: |
|
specifies the host groups on the storage arrays. Returned: on success Sample: |
|
lists the available host types on the storage array. Returned: on success Sample: |
|
specifies the hosts on the storage arrays. Returned: on success Sample: |
|
host side interface list that contains identification, configuration, type, speed, and status information for each interface Returned: success Sample: |
|
management interface list that contains identification, configuration, and status for each interface Returned: success Sample: |
|
provides storage array identification, firmware version, and available capabilities Returned: success Sample: |
|
storage pool list that contains identification and capacity information for each pool Returned: success Sample: |
|
storage volume list that contains identification and capacity information for each volume Returned: success Sample: |
|
list of available volumes keyed by the mapped initiators. Returned: success Sample: |
|
workload tag list Returned: success Sample: |
|
snapshot image list that contains identification, capacity, and status information for each snapshot image Returned: success Sample: |