getPortObjectGroupOverride
The getPortObjectGroupOverride operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/portobjectgroups/{containerUUID}/overrides/{objectId} path.
Description
Retrieves all(Domain and Device) overrides on a PortObjectGroup.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 'getPortObjectGroupOverride' operation
cisco.fmcansible.fmc_configuration:
operation: "getPortObjectGroupOverride"
path_params:
objectId: "{{ object_id }}"
containerUUID: "{{ container_uuid }}"
domainUUID: "{{ domain_uuid }}"