FieldsFilterData

FieldsFilterData
FieldsFilterData
AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "ip_info": {
        "dst_ip": "string",
        "src_ip": "string"
    },
    "network_info": {
        "dst_ip": "string",
        "src_ip": "string"
    },
    "transport_info": {
        "dst_port": 0,
        "protocol": "string",
        "spi": 0,
        "src_port": 0
    }
}