willguibr.zpacloud.zpa_lss_config_log_types_formats_info (1.1.1) — module

Retrieves LSS Log formats 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) Log formats information from the ZPA Cloud.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
    - name: Gather LSS Log types formats
      willguibr.zpacloud.zpa_lss_config_log_types_formats_info:
        log_type: zpn_trans_log
      register: log_types_formats
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
    - name: log_types_formats
      debug:
        msg: "{{ log_types_formats }}"

Inputs

    
log_type:
    choices:
    - zpn_trans_log
    - zpn_auth_log
    - zpn_ast_auth_log
    - zpn_http_trans_log
    - zpn_audit_log
    - zpn_ast_comprehensive_stats
    - zpn_sys_auth_log
    description:
    - Log type
    required: true
    type: str

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

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

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

Outputs

data:
  description: LSS Log formats
  elements: dict
  returned: success
  sample:
  - csv: '...'
    json: '...'
    tsv: '...'
  type: list