getKeyChainObjectOverride

The getKeyChainObjectOverride operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/keychains/{containerUUID}/overrides/{objectId} path. 

Description

Retrieves all(Domain and Device) overrides on a KeyChain object.Response will always be in expanded form. If passed, the "expanded" query parameter will be ignored.

Path Parameters

Parameter Required Type Description
objectId True string Input NOT Expected here
containerUUID True string The container id under which this specific resource is contained.
domainUUID True string Domain UUID

Example

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