willguibr.zpacloud.zpa_lss_config_controller_info (1.1.1) — module

Retrieves LSS Config controller 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 information about a LSS Config controlle.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information Details of All Cloud lss_configs
  willguibr.zpacloud.zpa_lss_config_controller_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information Details of a LSS Config controlle by Name
  willguibr.zpacloud.zpa_lss_config_controller_info:
    name: zs-cc-vpc-096108eb5d9e68d71-ca-central-1a
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Get Information Details of a LSS Config controlle by ID
  willguibr.zpacloud.zpa_lss_config_controller_info:
    id: "216196257331292017"

Inputs

    
id:
    description:
    - ID of the LSS Config controlle.
    required: false
    type: str

name:
    description:
    - Name of the LSS Config controlle.
    required: false
    type: str

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

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

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