cisco.dnac.network_device_meraki_org – Manage NetworkDeviceMerakiOrg objects of Devices¶
Note
This plugin is part of the cisco.dnac collection (version 2.0.7).
To install it use: ansible-galaxy collection install cisco.dnac.
To use it in a playbook, specify: cisco.dnac.network_device_meraki_org.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Returns list of organizations for meraki dashboard.
Note
This module has a corresponding action plugin.
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.network_device_meraki_org
 The official documentation on the cisco.dnac.plugins.module_utils.definitions.network_device_meraki_org module.
- NetworkDeviceMerakiOrg reference
 Complete reference of the NetworkDeviceMerakiOrg object model.
- NetworkDeviceMerakiOrg reference
 SDK reference.
Examples¶
- name: get_organization_list_for_meraki
  cisco.dnac.network_device_meraki_org:
    state: query  # required
    id: SomeValue  # string, required
  register: nm_get_organization_list_for_meraki
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)