deleteBFDPolicyModel
The deleteBFDPolicyModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/routing/bfdpolicies/{objectId} path.
Description
Retrieves, deletes, creates, or modifies the BFD Policy associated with the specified ID. If no ID is specified for a GET, retrieves list of all BFD Policies. Check the response section for applicable examples (if any).
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of a BFD Policy. | |||
| containerUUID | True | string | The container id under which this specific resource is contained. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'deleteBFDPolicyModel' operation
cisco.fmcansible.fmc_configuration:
operation: "deleteBFDPolicyModel"
path_params:
objectId: "{{ object_id }}"
containerUUID: "{{ container_uuid }}"
domainUUID: "{{ domain_uuid }}"