getFTDHADeviceContainer

The getFTDHADeviceContainer operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/devicehapairs/ftddevicehapairs/{objectId} path. 

Description

Retrieves or modifies the Firewall Threat Defense HA record associated with the specified ID. Creates or breaks or deletes a Firewall Threat Defense HA pair. If no ID is specified for a GET, retrieves list of all Firewall Threat Defense HA pairs.

Path Parameters

Parameter Required Type Description
objectId True string Identifier of a Firewall Threat Defense HA pair.
domainUUID True string Domain UUID

Example

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