deleteRestFTDClusterDeviceContainer

The deleteRestFTDClusterDeviceContainer operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/deviceclusters/ftddevicecluster/{objectId} path. 

Description

Retrieves or modifies the Firewall Threat Defense Cluster record associated with the specified ID. If no ID is specified for a GET, retrieves list of all Firewall Threat Defense Clusters. Check the response section for applicable examples (if any).

Path Parameters

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

Query Parameters

Parameter Required Type Description
filter False string Filter to retrieve bootstrap supported clusters in case of GET operation, Delete specific nodes in case DELETE operation.
eg for GET operation:clusterBootstrapSupported:true, eg for DELETE operation:dataDeviceIds:dataDeviceId1,dataDeviceId1..,
Note - Control device cannot be deleted. If no value provided for this filter, the request will proceed deletion of the whole cluster from {0}.
analyticsOnly -- Allowed values are {true
false}

Example

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