getCliDeploymentError

The getCliDeploymentError operation handles configuration related to CliDeploymentError model. 

Path Parameters

Parameter Required Type Description
objId True string The ID of the corresponding DeploymentStatus object. You can use the "id" value from /operational/deploy API or "deploymentStatusUuid" value from /jobs/deployments API.

Example

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