deleteStaticRouteEntry
The deleteStaticRouteEntry operation handles configuration related to StaticRouteEntry model.
Description
This API call is not allowed on the standby unit in an HA pair.
Path Parameters
Parameter | Required | Type | Description | |||
---|---|---|---|---|---|---|
parentId | True | string | ||||
objId | True | string |
Example
- name: Execute 'deleteStaticRouteEntry' operation
ftd_configuration:
operation: "deleteStaticRouteEntry"
path_params:
parentId: "{{ parent_id }}"
objId: "{{ obj_id }}"