cisco.dnac.device_detail – Manage DeviceDetail 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.device_detail
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Returns detailed Network Device information retrieved by Mac Address, Device Name or UUID for any given point of time.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.device_detail
The official documentation on the cisco.dnac.plugins.module_utils.definitions.device_detail module.
- DeviceDetail reference
Complete reference of the DeviceDetail object model.
- DeviceDetail reference
SDK reference.
Examples¶
- name: get_device_detail
cisco.dnac.device_detail:
state: query # required
identifier: SomeValue # string, required
search_by: SomeValue # string, required
timestamp: 1 # integer
register: nm_get_device_detail
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)