dellemc.vxrail.dellemc_vxrail_cluster_layer3_get_segment_health_v1 (1.3.0) — module

Get segment health of VxRail cluster layer3.

| "added in version" 1.3.0 of dellemc.vxrail"

Authors: VxRail Development Team(@VxRailDevTeam) <ansible.team@dell.com>

Install collection

Install with ansible-galaxy collection install dellemc.vxrail:==1.3.0


Add to requirements.yml

  collections:
    - name: dellemc.vxrail
      version: 1.3.0

Description

This module will get cluster layer3 segment health information.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
    - name: Get Cluster Layer3 Segment Health
      dellemc_vxrail_cluster_layer3_get_segment_health:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"
        segment_label: "{{ segment_label }}"

Inputs

    
vxmip:
    description: The IP address of the VxRail Manager System
    required: true
    type: str

timeout:
    default: 60
    description: Time out value for getting lay3 segment health infomation, the default
      value is 60 seconds
    required: false
    type: int

vcadmin:
    description: Administrative account of the vCenter Server the VxRail Manager is registered
      to
    required: true
    type: str

vcpasswd:
    description: The password for the administrator account provided in vcadmin
    required: true
    type: str

segment_label:
    description: The label of the segment that you want to query
    required: true
    type: str

Outputs

Cluster_Layer3_Get_Segment_Health_Information:
  description: Get the health status for a specific segment
  returned: always
  sample: "[\n  {\n    \"type\": \"proxy\",\n    \"status\": \"HEALTHY\",\n    \"\
    errors\": [\n        {}\n    ]\n  },\n  {\n    \"type\": \"network\",\n    \"\
    status\": \"HEALTHY\",\n    \"errors\": [\n        {}\n    ]\n  }\n]"
  type: dict