Get App Flow Properties

Get App Flow Properties

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

Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/{id}/flow-props
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on

Query Parameters
number
start_time
Optional

Start time for query in epoch seconds

number
end_time
Optional

End time for query in epoch seconds

props
Required

List of properties to include


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ApplicationFlowData of type(s) application/json
{
    "application_id": "18230:3:187309184",
    "flow_data": [
        {
            "name": "string",
            "value": "number"
        }
    ]
}
string
application_id
Optional

The entity ID of the application this flow is attached

array of FlowData
flow_data
Optional

The flow data


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