cisco.dnac.network_device_polling_interval – Manage NetworkDevicePollingInterval 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_polling_interval
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Returns polling interval by device id.
Returns polling interval of all devices.
Note
This module has a corresponding action plugin.
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.network_device_polling_interval
The official documentation on the cisco.dnac.plugins.module_utils.definitions.network_device_polling_interval module.
- NetworkDevicePollingInterval reference
Complete reference of the NetworkDevicePollingInterval object model.
- NetworkDevicePollingInterval reference
SDK reference.
Examples¶
- name: get_polling_interval_by_id
cisco.dnac.network_device_polling_interval:
state: query # required
id: SomeValue # string, required
register: nm_get_polling_interval_by_id
- name: get_polling_interval_for_all_devices
cisco.dnac.network_device_polling_interval:
state: query # required
register: nm_get_polling_interval_for_all_devices
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)