community.network.ftd_file_download – Downloads files from Cisco FTD devices over HTTP(S)¶
Note
This plugin is part of the community.network collection (version 2.1.1).
To install it use: ansible-galaxy collection install community.network
.
To use it in a playbook, specify: community.network.ftd_file_download
.
Synopsis¶
Downloads files from Cisco FTD devices including pending changes, disk files, certificates, troubleshoot reports, and backups.
Parameters¶
Examples¶
- name: Download pending changes
community.network.ftd_file_download:
operation: 'getdownload'
path_params:
objId: 'default'
destination: /tmp/
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Key | Returned | Description |
---|---|---|
msg
string
|
error |
The error message describing why the module failed.
|
Authors¶
Cisco Systems, Inc. (@annikulin)