editInspectorOverrideConfig

The editInspectorOverrideConfig operation handles configuration related to InspectorOverrideConfig model. 

Description

This API call is not allowed on the standby unit in an HA pair.

This API will update the Inspector Override Config of a Network Analysis Policy specified by the Network Analysis Policy uuid.

Data Parameters

Parameter Required Type Description
inspectorOverrideConfig False object Inspector Override Config of parent Network Access Policy
id False string Always set as default
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
version False string Version of the parent NAP
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.

Path Parameters

Parameter Required Type Description
objId True string

Example

- name: Execute 'editInspectorOverrideConfig' operation
  ftd_configuration:
    operation: "editInspectorOverrideConfig"
    data:
        inspectorOverrideConfig: "{{ inspector_override_config }}"
        id: "{{ id }}"
        version: "{{ version }}"
        type: "{{ type }}"
    path_params:
        objId: "{{ obj_id }}"