getEtherChannelSubInterface

The getEtherChannelSubInterface operation handles configuration related to SubInterface model. 

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

- name: Execute 'getEtherChannelSubInterface' operation
  ftd_configuration:
    operation: "getEtherChannelSubInterface"
    path_params:
        parentId: "{{ parent_id }}"
        objId: "{{ obj_id }}"