willguibr.zpacloud.zpa_lss_config_status_codes_info (1.1.1) — module

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


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Details About All LSS Status Codes
  willguibr.zpacloud.zpa_lss_config_status_codes_info:
  register: lss_status_codes
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- debug:
    msg: "{{ lss_status_codes }}"

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: LSS Status Codes
  elements: dict
  returned: success
  sample:
  - zpn_ast_auth_log:
      ZPN_STATUS_AUTHENTICATED:
        adminAction: NA
        errorType: NA
        name: Authenticated
        status: Success
      ZPN_STATUS_AUTH_FAILED:
        adminAction: NA
        errorType: NA
        name: Authentication failed
        status: Error
      ZPN_STATUS_DISCONNECTED:
        adminAction: NA
        errorType: NA
        name: Disconnected
        status: Success
    zpn_auth_log:
      ZPN_STATUS_AUTHENTICATED:
        adminAction: NA
        errorType: NA
        name: Authenticated
        status: Success
      ZPN_STATUS_AUTH_FAILED:
        adminAction: NA
        errorType: NA
        name: Authentication failed
        status: Error
      ZPN_STATUS_DISCONNECTED:
        adminAction: NA
        errorType: NA
        name: Disconnected
        status: Success
    zpn_sys_auth_log:
      ZPN_STATUS_AUTHENTICATED:
        adminAction: NA
        errorType: NA
        name: Authenticated
        status: Success
      ZPN_STATUS_AUTH_FAILED:
        adminAction: NA
        errorType: NA
        name: Authentication failed
        status: Error
      ZPN_STATUS_DISCONNECTED:
        adminAction: NA
        errorType: NA
        name: Disconnected
        status: Success
    zpn_trans_log:
      APP_NOT_AVAILABLE:
        adminAction: NA
        errorType: InternalError
        name: 'CA: Application is not available'
        status: Error
      AST_MT_SETUP_TIMEOUT_CANNOT_CONN_TO_SERVER:
        adminAction: Check connectivity to server
        errorType: ActionableError
        name: 'AC: Connection request to server timed out'
        status: Error
      BRK_MT_AUTH_SAML_CANNOT_ADD_ATTR_TO_HEAP:
        adminAction: NA
        errorType: InternalError
        name: 'SE: Authentication failed due to insufficient memory'
        status: Error
      BRK_MT_AUTH_SAML_DECODE_FAIL:
        adminAction: NA
        errorType: InternalError
        status: Error
      BRK_MT_AUTH_SAML_FAILURE:
        adminAction: NA
        errorType: ActionableError
        name: 'SE: Authentication unsuccessful'
        status: Error
  type: list