[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get App Top Talking Members

Description

List Application top talking members based on provided criteria

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/top-talking-member
Copy

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

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ApplicationTopTalkingMemberData of type(s) application/json
{
    "application_id": "18230:3:187309184"
}
string
application_id Optional

The entity ID of the application this flow is attached


top_talker_member Optional

List of objects that are the top talkers

Errors

Errors

ApiError
400

Bad Request


401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/groups/applications/{id}/top-talking-member?sort_criteria=string


Feedback

Was this page helpful?