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

Get App Flow Properties

Description

Get application flow properties e.g flow count, count of interent flows etc

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/{id}/flow-props
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


array
props Required

List of properties to include


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 ApplicationFlowData of type(s) application/json
{
    "application_id": "18230:3:187309184"
}
string
application_id Optional

The entity ID of the application this flow is attached


array of FlowData
flow_data Optional

The flow data

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}/flow-props?props=string


Feedback

Was this page helpful?