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

List Applications

Description

List applications in vRealize Network Insight

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications
Copy

Query Parameters

Query Parameters

string
cursor Optional

Cursor from previous response


number
modifiedAfter Optional

timestamp after which apps has been modified


number
size Optional

Page size of results


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns PagedListResponse of type(s) application/json
{
    "cursor": "MTA=",
    "end_time": 1597247999,
    "start_time": 1597247025,
    "total_count": 1102
}
string
cursor Optional

Cursor for the next page


integer as int64
end_time Optional

End timestamp of the window of the objects returned


array of EntityId
results Optional

Array with resulting objects and their information


integer as int64
start_time Optional

Start timestamp of the window of the objects returned


integer
total_count Optional

Total number of objects

Errors

Errors

401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/groups/applications


Feedback

Was this page helpful?