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

Get Application Flow Summary

Description

Show application details

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/flow-summary
Copy

Path Parameters

Path Parameters

string
id Required

The Entity ID of object requestion information on


Query Parameters

Query Parameters

number
end_time Optional

End time for query in epoch seconds


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 ApplicationFlowSummary of type(s) application/json
{
    "end_time": 1597247999,
    "start_time": 1597247025
}
integer as int64
end_time Optional

End timestamp of the window of the objects returned


array of GroupEntry
groups Optional

integer
service_endpoint_count Optional

integer as int64
start_time Optional

Start timestamp of the window of the objects returned

Errors

Errors

401

Unauthorized


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/groups/applications/{id}/flow-summary


Feedback

Was this page helpful?