getOSPFInterfaceSettings

The getOSPFInterfaceSettings operation handles configuration related to OSPFInterfaceSettings model. 

Path Parameters

Parameter Required Type Description
vrfId True string
objId True string

Example

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