willguibr.zpacloud_ansible.zpa_application_segment_info (2.9.0) — module

Gather information about an application segment

| "added in version" 1.0.0 of willguibr.zpacloud_ansible"

Authors: William Guilherme (@willguibr)

Install collection

Install with ansible-galaxy collection install willguibr.zpacloud_ansible:==2.9.0


Add to requirements.yml

  collections:
    - name: willguibr.zpacloud_ansible
      version: 2.9.0

Description

This module can be used to gather information about an application segment.

Inputs

    
id:
    description: ID of the application segment.
    required: false
    type: str

name:
    description: Name of the application segment.
    required: false
    type: str

Outputs

data:
  description: application segment information
  elements: dict
  returned: success
  sample:
  - bypass_type: NEVER
    description: CRM Application
    domain_names:
    - crm.example.com
    enabled: true
    health_reporting: ON_ACCESS
    is_cname_enabled: true
    name: CRM Application
    segment_group_id:
    - '827727262'
    server_groups:
    - '37363336'
    tcp_port_range:
    - from:"80": null
      to:"80": null
  type: list