updateClusterHealthMonitorSettingsModel

The updateClusterHealthMonitorSettingsModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/deviceclusters/ftddevicecluster/{containerUUID}/clusterhealthmonitorsettings/{clusterUuid} path. 

Description

Represents health check monitor settings of Firewall Threat Defense Cluster. Check the response section for applicable examples (if any).

Path Parameters

Parameter Required Type Description
clusterUuid True string Identifier of a Firewall Threat Defense Cluster.
containerUUID True string The container id under which this specific resource is contained.
domainUUID True string Domain UUID

Query Parameters

Parameter Required Type Description
partialUpdate False boolean This is a query parameter. Default value is false. This field specifies whether to change the entire object or only certain attributes of it. When its value is false the whole object will change, and if the value is true then only the attributes that are specified will change.

Example

- name: Execute 'updateClusterHealthMonitorSettingsModel' operation
  cisco.fmcansible.fmc_configuration:
    operation: "updateClusterHealthMonitorSettingsModel"
    path_params:
        clusterUuid: "{{ cluster_uuid }}"
        containerUUID: "{{ container_uuid }}"
        domainUUID: "{{ domain_uuid }}"
    query_params:
        partialUpdate: "{{ partial_update }}"