getSSLRule

The getSSLRule operation handles configuration related to SSLRule model. 

Path Parameters

Parameter Required Type Description
parentId True string
objId True string

Example

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