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

List Applications Details

Description

Get the details of applications in bulk, by providing a list of entity IDs.

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/groups/applications/fetch
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 PagedApplicationListResponse of type(s) application/json
{
    "cursor": "MTA=",
    "total_count": 1102
}
string
cursor Optional

Cursor for the next page


array of Application
results Optional

Array of returned applications


integer
total_count Optional

Total number of objects in the system, despite the page limit

Errors

Errors

401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?