getInspectorConfig
The getInspectorConfig operation handles configuration related to InspectorConfig model.
Description
This API will retrieve the Inspector Configuration for the specified Network Analysis Policy.
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objId | True | string | ||||
Query Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| filter | False | string | The criteria used to filter the models you are requesting. It should have the following format: {key}{operator}{value}[;{key}{operator}{value}]. Supported operators are: ":"(equals), "~"(similar). Supported keys are: "inspectors" and "fts". The "fts" filter can not be used with other filters. | |||
Example
- name: Execute 'getInspectorConfig' operation
ftd_configuration:
operation: "getInspectorConfig"
path_params:
objId: "{{ obj_id }}"
query_params:
filter: "{{ filter }}"