cisco.dnac.import_image_file – Manage ImportImageFile 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_file.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Fetches a software image from local file system and uploads to DNA Center. Supported software image files extensions are bin, img, tar, smu, pie, aes, iso, ova, tar_gz and qcow2.
Note
This module has a corresponding action plugin.
Parameters¶
See Also¶
See also
- cisco.dnac.plugins.module_utils.definitions.import_image_file
 The official documentation on the cisco.dnac.plugins.module_utils.definitions.import_image_file module.
- ImportImageFile reference
 Complete reference of the ImportImageFile object model.
- ImportImageFile reference
 SDK reference.
Examples¶
- name: import_local_software_image
  cisco.dnac.import_image_file:
    state: create  # required
    filename: SomeValue  # string, required
    filepath: SomeValue  # string, required
    is_third_party: True  # boolean
    third_party_application_type: SomeValue  # string
    third_party_image_family: SomeValue  # string
    third_party_vendor: SomeValue  # string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)