PacketCaptureRequest

PacketCaptureRequest
PacketCaptureRequest

This type is used to create packet request on give node. Need to specify related parameters according to the capture point.

JSON Example
{
    "node": "string",
    "cappoint": "string",
    "capduration": 0,
    "capamount": 0,
    "capsource": "string",
    "filtertype": "string",
    "direction": "string",
    "capfilesize": 0,
    "options": {
        "values": [
            {
                "name": "string",
                "value": "string"
            }
        ]
    },
    "streamport": 0,
    "caprate": 0,
    "capvalue": "string",
    "streamaddress": "string",
    "capmode": "string"
}
string
node
Optional

Define the transport node to capture data.

string
cappoint
Required

Define the point to capture data.

Possible values are : VNIC, VMKNIC, VMNIC, VDRPORT, DVFILTER, LOGICALPORT,
integer As int32 As int32
capduration
Optional

Define the packet capture duration time. After the capture duration time, the capture process will stop working.

integer As int32 As int32
capamount
Optional

Define the packet capture amount size.

string
capsource
Required

This type is used to differenite the incoming request from CLI/UI.

Possible values are : CLI, UI,
string
filtertype
Optional

Define the capture filter type. Support PRE/POST mode.

Possible values are : PRE, POST,
string
direction
Optional

Define the capture direction. Support three types INPUT/OUTPUT/DUAL.

Possible values are : INPUT, OUTPUT, DUAL,
integer As int32 As int32
capfilesize
Optional

Define the packet capture file size limit.

options
Optional

options

integer As int32 As int32
streamport
Optional

Set the stream port to receive the capture packet.

integer As int32 As int32
caprate
Optional

Define the rate of packet capture process.

string
capvalue
Optional

Define the capture value of given capture point.

string
streamaddress
Optional

Set the stream address to receive the capture packet.

string
capmode
Optional

Define the capture streaming mode. The STREAM mode will send the data to given stream address and port. And the STANDALONE mode will save the capture file in local folder.

Possible values are : STANDALONE, STREAM,