netapp.um_info.na_um_list_svms (21.5.0) — module

NetApp Unified Manager list svms.

| "added in version" 20.5.0 of netapp.um_info"

Authors: NetApp Ansible Team (@carchi8py) <ng-ansibleteam@netapp.com>

preview | supported by certified

Install collection

Install with ansible-galaxy collection install netapp.um_info:==21.5.0


Add to requirements.yml

  collections:
    - name: netapp.um_info
      version: 21.5.0

Description

List SVMs on AIQUM/OCUM.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: List SVMs
  netapp.um_info.na_um_list_svms:
    hostname: "{{ hostname }}"
    username: "{{ username }}"
    password: "{{ password }}"

Inputs

    
hostname:
    description:
    - The hostname or IP address of the Unified Manager instance.
    required: true
    type: str

password:
    description:
    - Password for the specified user.
    required: true
    type: str

username:
    description:
    - username of the Unified Manager instance.
    required: true
    type: str

http_port:
    description:
    - Override the default port (443) with this port
    type: int

validate_certs:
    default: true
    description:
    - If set to C(False), the SSL certificates will not be validated.
    - This should only set to C(False) used on personally controlled sites using self-signed
      certificates.
    type: bool

Outputs

records:
  description: Returns list of SVMs information
  returned: always
  sample:
  - _links:
      self:
        href: '...'
    aggregates:
    - _links:
        self:
          href: '...'
      key: '...'
      name: '...'
      uuid: '...'
    cifs:
      ad_domain:
        fqdn: '...'
      enabled: '...'
      name: '...'
    cluster:
      _links:
        self:
          href: '...'
      key: '...'
      name: '...'
      uuid: '...'
    dns: '...'
    fcp:
      enabled: '...'
    ipspace:
      _links: {}
      key: '...'
      name: '...'
      uuid: '...'
    iscsi:
      enabled: '...'
    key: '...'
    language: '...'
    ldap:
      enabled: '...'
    name: '...'
    nfs:
      enabled: '...'
    nis:
      domain: '...'
      enabled: '...'
      servers: '...'
    nvme:
      enabled: '...'
    snapshot_policy:
      _links: {}
      key: '...'
      name: '...'
      uuid: '...'
    state: '...'
    subtype: default
    uuid: '...'
  type: list