createFTDRAVpnConnectionProfileModel

The createFTDRAVpnConnectionProfileModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/policy/ravpns/{containerUUID}/connectionprofiles path. 

Description

Retrieves Connection Profile data inside a VPN RA Topology. If no ID is specified for a GET, retrieves list containing a single Connection Profile entry of the topology. Check the response section for applicable examples (if any).

Path Parameters

Parameter Required Type Description
containerUUID True string The container id under which this specific resource is contained.
domainUUID True string Domain UUID

Example

- name: Execute 'createFTDRAVpnConnectionProfileModel' operation
  cisco.fmcansible.fmc_configuration:
    operation: "createFTDRAVpnConnectionProfileModel"
    path_params:
        containerUUID: "{{ container_uuid }}"
        domainUUID: "{{ domain_uuid }}"