| getcontentinspectionprofileResult Structure Definition |
The getcontentinspectionprofileResult structure defines the return type for getcontentinspectionprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
contentinspectionprofileList |
List of contentinspectionprofiles |
| contentinspectionprofile Structure Definition |
The contentinspectionprofile structure defines the actual return type values for getcontentinspectionprofile API. |
Syntax |
Members |
name |
Name of the contentinspection profile to be displayed |
type |
Type of ContentInspection profile. Following types are available to configure:
INLINEINSPECTION : To inspect the packets/requests using IPS.
MIRROR : To forward cloned packets. |
egressinterface |
Egress interface for CI profile.It is a mandatory argument while creating an ContentInspection profile of type INLINEINSPECTION or MIRROR. |
ingressinterface |
Ingress interface for CI profile.It is a mandatory argument while creating an ContentInspection profile of IPS type. |
egressvlan |
Egress Vlan for CI |
ingressvlan |
Ingress Vlan for CI |
iptunnel |
IP Tunnel for CI profile. It is used while creating a ContentInspection profile of type MIRROR when the IDS device is in a different network |
_nextgenapiresource |
See Also |