NSX-T Data Center REST API
IdsPcapConfig (type)
{ "additionalProperties": false, "description": "Pcap Configuration for IdsProfile.", "id": "IdsPcapConfig", "module_id": "PolicyIDS", "properties": { "pcap_byte_count": { "default": 10000, "description": "Determine how many bytes will be captured.", "maximum": 65536, "minimum": 1524, "required": false, "title": "IDPS Byte capture count.", "type": "int" }, "pcap_enabled": { "default": false, "description": "Flag which determines whether packet capturing is enabled or not.", "required": false, "title": "A flag to activate/deactivate pcap for IDPS Profile.", "type": "boolean" }, "pcap_packet_count": { "default": 5, "description": "Determine how many packets will be captured.", "maximum": 15, "minimum": 1, "required": false, "title": "IDPS Packet capture count.", "type": "int" } }, "title": "IDPS Pcap configuration\n", "type": "object" }