[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Get App Top Talking Pairs
DescriptionList Application top talking pairs based on provided criteria
Request
URLURL
https://vrni.example.com/api/ni/groups/applications/{id}/top-talking-pair
Path Parameters
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Query Parameters
Query Parameters
string
cursor
Optional
Cursor from previous response
number
end_time
Optional
End time for query in epoch seconds
number
size
Optional
Page size of results
array
sort_criteria
Required
Sorting criteria
number
start_time
Optional
Start time for query in epoch seconds
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK returns
ApplicationTopTalkingPairData
of type(s) application/json
{
"application_id": "18230:3:187309184",
"top_talker_member": [
{
"sort_criteria": "FLOW_VOLUME",
"sorted_list": {
"cursor": "MTA=",
"end_time": 1597247999,
"results": [
{
"dst_entity_id": "1000:104:56789",
"dst_entity_type": "VirtualMachine",
"src_entity_id": "1000:104:12213212",
"src_entity_type": "VirtualMachine"
}
],
"start_time": 1597247025,
"total_count": 1102
}
}
]
}
string
application_id
Optional
The entity ID of the application this flow is attached
Errors
401
Unauthorized
500
Internal Error
Code Samples
cURL Command
curl https://vrni.example.com/api/ni/groups/applications/{id}/top-talking-pair?sort_criteria=string
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
On This Page
Applications Operations
post
post
delete
delete
get
get
get
post