Get App Top Talking Members

Get App Top Talking Members

List Application top talking members based on provided criteria

Request
URI
GET
https://{api_host}/api/ni/groups/applications/{id}/top-talking-member
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on

Query Parameters
number
size
Optional

Page size of results

string
cursor
Optional

Cursor from previous response

number
start_time
Optional

Start time for query in epoch seconds

number
end_time
Optional

End time for query in epoch seconds

sort_criteria
Required

Sorting criteria


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ApplicationTopTalkingMemberData of type(s) application/json
{
    "application_id": "18230:3:187309184",
    "top_talker_member": [
        {
            "sort_criteria": "string",
            "sorted_list": {
                "results": [
                    {
                        "entity_id": "1000:104:12213212",
                        "entity_type": "VirtualMachine",
                        "entity_name": "VM-1"
                    }
                ],
                "cursor": "MTA=",
                "total_count": 1102,
                "start_time": 1597247025,
                "end_time": 1597247999
            }
        }
    ]
}
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


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

500

Internal Error

Operation doesn't return any data structure