Get Application Flow Summary

Get Application Flow Summary

Show application details

Request
URI
GET
https://www.mgmt.cloud.vmware.com/ni/api/ni/groups/applications/{id}/flow-summary
COPY
Path Parameters
string
id
Required

entity id

Query Parameters
number
start_time
Optional

start time for query in epoch seconds

number
end_time
Optional

end time for query in epoch seconds


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ApplicationFlowSummary of type(s) application/json
{
    "service_endpoint_count": "integer",
    "groups": [
        {
            "group_id": "string",
            "entity_id": "string",
            "entity_type": "string",
            "flow_summary": {
                "ingress_bytes": "integer",
                "egress_bytes": "integer"
            }
        }
    ],
    "start_time": "integer",
    "end_time": "integer"
}
integer
service_endpoint_count
Optional

service_endpoint_count

array of GroupEntry
groups
Optional

groups

integer As int64 As int64
start_time
Optional

start_time

integer As int64 As int64
end_time
Optional

end_time


401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure