getECMPZone

The getECMPZone operation handles configuration related to ECMPZone model. 

Path Parameters

Parameter Required Type Description
vrfId True string
objId True string

Example

- name: Execute 'getECMPZone' operation
  ftd_configuration:
    operation: "getECMPZone"
    path_params:
        vrfId: "{{ vrf_id }}"
        objId: "{{ obj_id }}"