PagedEntityPairListResponse

PagedEntityPairListResponse
PagedEntityPairListResponse
JSON Example
{
    "results": [
        {
            "src_entity_id": "1000:104:12213212",
            "src_entity_type": "VirtualMachine",
            "dst_entity_id": "1000:104:56789",
            "dst_entity_type": "VirtualMachine"
        }
    ],
    "cursor": "MTA=",
    "total_count": 1102,
    "start_time": 1597247025,
    "end_time": 1597247999
}
array of EntityPair
results
Optional

Array of a source and destination pair

string
cursor
Optional

Cursor for the next page

integer
total_count
Optional

Total number of objects in the system, despite the page limit

integer As int64 As int64
start_time
Optional

Start timestamp of the window of the objects returned

integer As int64 As int64
end_time
Optional

End timestamp of the window of the objects returned