downloadConfigFile

The downloadConfigFile operation handles configuration related to File model. 

Path Parameters

Parameter Required Type Description
objId True string Either the filename of the configuration file to download, or the Id of the ConfigExportStatus associated with the job that created the file to download

Example

- name: Execute 'downloadConfigFile' operation
  ftd_configuration:
    operation: "downloadConfigFile"
    path_params:
        objId: "{{ obj_id }}"