getDynamicAccessPolicy

The getDynamicAccessPolicy operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/policy/dynamicaccesspolicies/{objectId} path. 

Description

Retrieves, deletes, creates, or modifies the Dynamic Access Policy. If no ID is specified for a GET, retrieves list of all Dynamic Access Policies.

Path Parameters

Parameter Required Type Description
objectId True string Identifier for Dynamic Access Policy.
domainUUID True string Domain UUID

Example

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