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