getManualNatRuleList
The getManualNatRuleList operation handles configuration related to ManualNatRule model.
Path Parameters
| Parameter |
Required |
Type |
Description |
| parentId |
True |
string | |
Query Parameters
| Parameter |
Required |
Type |
Description |
| offset |
False |
integer | |
| limit |
False |
integer | |
| sort |
False |
string | |
| filter |
False |
string | |
Example
- name: Execute 'getManualNatRuleList' operation
ftd_configuration:
operation: "getManualNatRuleList"
path_params:
parentId: "{{ parent_id }}"
query_params:
offset: "{{ offset }}"
limit: "{{ limit }}"
sort: "{{ sort }}"
filter: "{{ filter }}"