postupdatevdbfromfile

The postupdatevdbfromfile operation handles configuration related to VDBFileUpload model. 

Description

This API call is not allowed on the standby unit in an HA pair.

Data Parameters

Parameter Required Type Description
version False string unused
name False string Name of the file to be installed
fileName False string Name of the file to be installed
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
checkSum False string SHA-512 sum of the package
Field level constraints: must match pattern ^[a-fA-F0-9]{128}$. (Note: Additional constraints might exist)
id False string unused
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string vdbfileupload

Example

- name: Execute 'postupdatevdbfromfile' operation
  ftd_configuration:
    operation: "postupdatevdbfromfile"
    data:
        version: "{{ version }}"
        name: "{{ name }}"
        fileName: "{{ file_name }}"
        checkSum: "{{ check_sum }}"
        id: "{{ id }}"
        type: "{{ type }}"