racampos.dnac.network_device_wireless_info (0.0.1) — module

Manage NetworkDeviceWirelessInfo objects of Devices

| "added in version" 1.0 of racampos.dnac"

Authors: first last (@GitHubID)

preview | supported by community

This plugin has a corresponding action plugin.

Install collection

Install with ansible-galaxy collection install racampos.dnac:==0.0.1


Add to requirements.yml

  collections:
    - name: racampos.dnac
      version: 0.0.1

Description

Returns the wireless lan controller info with given device ID.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: get_wireless_lan_controller_details_by_id
  cisco.dnac.network_device_wireless_info:
    state: query  # required
    id: SomeValue  # string, required
  register: query_result

Inputs

    
id:
    description:
    - Device ID.
    required: true
    type: str

Outputs

get_wireless_lan_controller_details_by_id:
  contains: null
  description: Returns the wireless lan controller info with given device ID.
  response:
    contains:
      adminEnabledPorts:
        description: It is the network device wireless info's adminEnabledPorts.
        returned: always
        type: list
      apGroupName:
        description: It is the network device wireless info's apGroupName.
        returned: always
        sample: <apgroupname>
        type: str
      deviceId:
        description: It is the network device wireless info's deviceId.
        returned: always
        sample: <deviceid>
        type: str
      ethMacAddress:
        description: It is the network device wireless info's ethMacAddress.
        returned: always
        sample: <ethmacaddress>
        type: str
      flexGroupName:
        description: It is the network device wireless info's flexGroupName.
        returned: always
        sample: <flexgroupname>
        type: str
      id:
        description: It is the network device wireless info's id.
        returned: always
        sample: '478012'
        type: str
      instanceTenantId:
        description: It is the network device wireless info's instanceTenantId.
        returned: always
        sample: <instancetenantid>
        type: str
      instanceUuid:
        description: It is the network device wireless info's instanceUuid.
        returned: always
        sample: <instanceuuid>
        type: str
      lagModeEnabled:
        description: It is the network device wireless info's lagModeEnabled.
        returned: always
        sample: false
        type: bool
      netconfEnabled:
        description: It is the network device wireless info's netconfEnabled.
        returned: always
        sample: false
        type: bool
      wirelessLicenseInfo:
        description: It is the network device wireless info's wirelessLicenseInfo.
        returned: always
        sample: <wirelesslicenseinfo>
        type: str
      wirelessPackageInstalled:
        description: It is the network device wireless info's wirelessPackageInstalled.
        returned: always
        sample: false
        type: bool
    description: Response, property of the response body.
    returned: always
    type: dict
  returned: always
  type: dict
  version:
    description: Version, property of the response body.
    returned: always
    sample: '1.0'
    type: str

See also