racampos.dnac.network_device_meraki_org (0.0.1) — module

Manage NetworkDeviceMerakiOrg 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 list of organizations for meraki dashboard.


Requirements

Usage examples

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

Inputs

    
id:
    description:
    - Id path parameter.
    required: true
    type: str

Outputs

get_organization_list_for_meraki:
  contains: null
  description: Returns list of organizations for meraki dashboard.
  response:
    description: Response, property of the response body (list of strings).
    returned: always
    type: list
  returned: always
  type: dict
  version:
    description: Version, property of the response body.
    returned: always
    sample: '1.0'
    type: str

See also