cisco.dnac.sda_device – Manage SdaDevice objects of Sda¶
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.sda_device.
New in version 1.0.0: of cisco.dnac
Parameters¶
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| 
                
                device_ipaddress
                
                 
                    string
                                             / required                     
                                                     | 
                            
                                         Device IP Address. 
                                                     | 
        
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.sda_device
 The official documentation on the cisco.dnac.plugins.module_utils.definitions.sda_device module.
- SdaDevice reference
 Complete reference of the SdaDevice object model.
- SdaDevice reference
 SDK reference.
Examples¶
- name: get_device_info
  cisco.dnac.sda_device:
    state: query  # required
    device_ipaddress: SomeValue  # string, required
  register: nm_get_device_info
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)