deleteMultipleDynamicObject
The deleteMultipleDynamicObject operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/dynamicobjects path.
Description
Retrieves, deletes, creates, or modifies the Dynamic Object associated with the specified ID. If no ID is specified for a GET, retrieves list of all Dynamic Objects. Check the response section for applicable examples (if any).
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| domainUUID | True | string | Domain UUID | |||
Query Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| filter | False | string | Specify filter criteria
|
|||
| bulk | True | boolean | Enables bulk create (POST) or delete (DELETE) of Dynamic Objects. | |||
Example
- name: Execute 'deleteMultipleDynamicObject' operation
cisco.fmcansible.fmc_configuration:
operation: "deleteMultipleDynamicObject"
path_params:
domainUUID: "{{ domain_uuid }}"
query_params:
filter: "{{ filter }}"
bulk: "{{ bulk }}"