getDeploymentData

The getDeploymentData operation handles configuration related to DeploymentData model. 

Path Parameters

Parameter Required Type Description
objId True string The object ID to fetch. Use "default"

Example

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