willguibr.zpacloud.zpa_lss_client_types_info (1.1.1) — module

Retrieves LSS Client Types Information.

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

Authors: William Guilherme (@willguibr)

Install collection

Install with ansible-galaxy collection install willguibr.zpacloud:==1.1.1


Add to requirements.yml

  collections:
    - name: willguibr.zpacloud
      version: 1.1.1

Description

This module will allow the retrieval of LSS (Log Streaming Services) Client Types information from the ZPA Cloud.

This can then be associated with the source_log_type parameter when creating an LSS Resource.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Details About All LSS Client Types
  willguibr.zpacloud.zpa_lss_client_types_info:
  register: lss_client_typeps
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- debug:
    msg: "{{ lss_client_typeps }}"

Inputs

    
client_id:
    description: ''
    required: false
    type: str

customer_id:
    description: ''
    required: false
    type: str

client_secret:
    description: ''
    required: false
    type: str

Outputs

data:
  description: Trusted Network information
  elements: dict
  returned: success
  sample:
  - zpn_client_type_edge_connector: Cloud Connector
    zpn_client_type_exporter: Web Browser
    zpn_client_type_ip_anchoring: ZIA Service Edge
    zpn_client_type_machine_tunnel: Machine Tunnel
    zpn_client_type_slogger: ZPA LSS
    zpn_client_type_zapp: Client Connector
  type: list