cisco.dnac.import_image – Manage ImportImage objects of SoftwareImageManagementSwim¶
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.import_image
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Returns software image list based on a filter criteria. For example “filterbyName = cat3k%”.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.import_image
The official documentation on the cisco.dnac.plugins.module_utils.definitions.import_image module.
- ImportImage reference
Complete reference of the ImportImage object model.
- ImportImage reference
SDK reference.
Examples¶
- name: get_software_image_details
cisco.dnac.import_image:
state: query # required
application_type: SomeValue # string
created_time: 1 # integer
family: SomeValue # string
image_integrity_status: SomeValue # string
image_name: SomeValue # string
image_series: SomeValue # string
image_size_greater_than: 1 # integer
image_size_lesser_than: 1 # integer
image_uuid: SomeValue # string
is_cco_latest: True # boolean
is_cco_recommended: True # boolean
is_tagged_golden: True # boolean
limit: 1 # integer
name: SomeValue # string
offset: 1 # integer
sort_by: SomeValue # string
sort_order: SomeValue # string
version: SomeValue # string
register: nm_get_software_image_details
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)