getLicenseJobHistory

The getLicenseJobHistory operation handles configuration related to LicenseJobHistory model. 

Description

Use "latest" as UUID alias while this job is running to get status of currently running job. If this job is not running, then using "latest" will return status of most recent run of this job.

Path Parameters

Parameter Required Type Description
objId True string

Example

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