addScheduleStoredFileSHAList

The addScheduleStoredFileSHAList operation handles configuration related to ScheduleStoredFileSHAList model. 

Description

Scheduler job to generate a compressed zip file with list of file SHA(name) with its type, size and timestamp. It will be stored on FTD and can be downloaded once this job SUCCEEDED

Data Parameters

Parameter Required Type Description
scheduleType False string ScheduleType can only be IMMEDIATE
user False string Requested user name
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
forceOperation False boolean Force operation is not applicable
jobHistoryUuid False string UUID to track the progress of this job. However, it is not being used anywhere as scheduleType only 'IMMEDIATE' is supported for now.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
ipAddress False string Ip address of the requester (Default)
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
jobName False string User readable jobName to uniquely identify a job
type True string schedulestoredfileshalist

Example

- name: Execute 'addScheduleStoredFileSHAList' operation
  ftd_configuration:
    operation: "addScheduleStoredFileSHAList"
    data:
        scheduleType: "{{ schedule_type }}"
        user: "{{ user }}"
        forceOperation: "{{ force_operation }}"
        jobHistoryUuid: "{{ job_history_uuid }}"
        ipAddress: "{{ ip_address }}"
        jobName: "{{ job_name }}"
        type: "{{ type }}"