PacketCaptureSessionList

PacketCaptureSessionList
PacketCaptureSessionList
AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "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
        }
    ]
}