getOSPF

The getOSPF operation handles configuration related to OSPF model. 

Path Parameters

Parameter Required Type Description
vrfId True string
objId True string

Example

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