getUmbrellaDeploymentData

The getUmbrellaDeploymentData operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/integration/umbrella/tunneldeployments/{objectId} path. 

Description

Retrieves Tunnel deployment data on Umbrella.

Path Parameters

Parameter Required Type Description
objectId True string Unique identifier of Umbrella Topology to be deployed.
domainUUID True string Domain UUID

Example

- name: Execute 'getUmbrellaDeploymentData' operation
  cisco.fmcansible.fmc_configuration:
    operation: "getUmbrellaDeploymentData"
    path_params:
        objectId: "{{ object_id }}"
        domainUUID: "{{ domain_uuid }}"