InlinePacketCaptureSession1

InlinePacketCaptureSession1
InlinePacketCaptureSession1
JSON Example
{
    "endtime": 0,
    "errormsg": "string",
    "filelocation": "string",
    "filesize": 0,
    "request": {
        "capamount": 0,
        "capcore": 0,
        "capduration": 0,
        "capfilesize": 0,
        "capmode": "string",
        "cappoint": "string",
        "caprate": 0,
        "capsnaplen": 0,
        "capsource": "string",
        "capvalue": "string",
        "direction": "string",
        "filtertype": "string",
        "node": "string",
        "node_ip": "string",
        "options": {
            "values": [
                {
                    "name": "string",
                    "value": "string"
                }
            ]
        },
        "streamaddress": "string",
        "streamport": 0
    },
    "sessionid": "string",
    "sessionname": "string",
    "sessionstatus": "string",
    "starttime": 0
}
integer As int64 As int64
endtime
Optional

Timestamp when session was stopped in epoch millisecond.

string
errormsg
Optional

Error messasge in capture.

string
filelocation
Optional

Packet capture file location.

integer As int32 As int32
filesize
Optional

Packet capture file Size in bytes.

request
Required

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

string
sessionid
Required

Packet capture session id.

string
sessionname
Optional

Packet capture session name.

string
sessionstatus
Required

Packet capture session status.

Possible values are : CREATED, STARTED, STOPPED, FINISHED, ERROR,
integer As int64 As int64
starttime
Optional

Timestamp when session was created in epoch millisecond.