deleteECMPZone
The deleteECMPZone operation handles configuration related to ECMPZone model.
Description
This API call is not allowed on the standby unit in an HA pair.
Path Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
vrfId | True | string | ||||
objId | True | string |
Example
- name: Execute 'deleteECMPZone' operation
ftd_configuration:
operation: "deleteECMPZone"
path_params:
vrfId: "{{ vrf_id }}"
objId: "{{ obj_id }}"