getIPv6AddressPool

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

Description

Retrieves the IPv6 Address Pool object associated with the specified ID. If no ID is specified for a GET, retrieves list of all IPv6 Address Pool 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 IPv6 Address Pool object on given target ID.

Example

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