getICMPV4Object

The getICMPV4Object operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/icmpv4objects/{objectId} path. 

Description

Retrieves, deletes, creates, or modifies the icmpv4 object associated with the specified ID. If no ID is specified for a GET, retrieves list of all icmpv4 objects.

Path Parameters

Parameter Required Type Description
objectId True string Unique identifier of the object.
domainUUID True string Domain UUID

Query Parameters

Parameter Required Type Description
overrideTargetId False string Retrieves the override(s) associated with the ICMPv4 object on given target ID.

Example

- name: Execute 'getICMPV4Object' operation
  cisco.fmcansible.fmc_configuration:
    operation: "getICMPV4Object"
    path_params:
        objectId: "{{ object_id }}"
        domainUUID: "{{ domain_uuid }}"
    query_params:
        overrideTargetId: "{{ override_target_id }}"