List Incomplete Sessions

List Incomplete Sessions

Get drill down of the incomplete tcp sessions for a specific destination virtual machine in a specific time interval.

Request
URI
GET
https://{api_host}/api/ni/flows/tcp-incomplete/list
COPY
Query Parameters
string
destination_vm_entity_id
Required

Destination VM Entity ID

integer
resolution_in_minutes
Required

Metric point interval. Supported values are 5 or 30 minutes.

integer
end_time
Required

End time for query in epoch milli seconds.

integer
start
Required

start index for paged list response.

integer
limit
Required

limit for paged list response.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns IncompleteSessionDrillDownListResponse of type(s) application/json
{
    "results": [
        {
            "src_entity": "string",
            "src_entity_id": "string",
            "src_entity_type": "string",
            "dst_Port": "string",
            "firewall_rule": "string",
            "firewall_rule_id": "string",
            "incomplete_tcp_session_count": 0
        }
    ],
    "start_time": 0,
    "end_time": 0,
    "total_count": 0
}
results
Optional

results

integer As int64 As int64
start_time
Optional

start_time

integer As int64 As int64
end_time
Optional

end_time

integer As int32 As int32
total_count
Optional

total_count


400

Bad Request

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Returns ApiError of type(s) application/json
{
    "code": 0,
    "message": "string",
    "details": [
        {
            "code": 0,
            "message": "string",
            "target": [
                "string"
            ]
        }
    ]
}
integer As int32 As int32
code
Optional

code

string
message
Optional

message

details
Optional

details


500

Internal Server Error

Operation doesn't return any data structure