getDHCPIPv6Pool
The getDHCPIPv6Pool operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/dhcpipv6pools/{objectId} path.
Description
Retrieves, deletes, creates, or modifies the DHCP IPv6 pool object associated with the specified ID. If no ID is specified, retrieves list of all DHCP IPv6 Pool objects
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of a DHCP IPv6 pool object. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'getDHCPIPv6Pool' operation
cisco.fmcansible.fmc_configuration:
operation: "getDHCPIPv6Pool"
path_params:
objectId: "{{ object_id }}"
domainUUID: "{{ domain_uuid }}"