getBootstrapJobHistory

The getBootstrapJobHistory operation handles configuration related to BootstrapJobHistory model. 

Description

Gives the status of the specified bootstrap process and a list of modules that were installed.
The bootstrap API can sometimes be delayed when being accessed from the inside interface. This occurs on devices that create a default IP on the inside interface during bootstrap.
If you configured external users in a RADIUS identity source, only existing users can use this API during an active bootstrap.
On certain platforms, the existing HTTPS connections could be dropped in the bootstrap process due to HTTPS server certificate bootstrap. Re-establish the HTTPS connection if this happens.
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 'getBootstrapJobHistory' operation
  ftd_configuration:
    operation: "getBootstrapJobHistory"
    path_params:
        objId: "{{ obj_id }}"