List Applications
List applications in vRealize Network Insight
Request
URI
GET
https://vrni.example.com/api/ni/groups/applications
COPY
Query Parameters
number
size
Optional
Page size of results
string
cursor
Optional
Cursor from previous response
number
modifiedAfter
Optional
timestamp after which apps has been modified
Responses
200
OK
Returns PagedListResponse of type(s) application/json
{
"results": [
{
"entity_id": "1000:104:12213212",
"entity_type": "VirtualMachine"
}
],
"cursor": "MTA=",
"total_count": 1102,
"start_time": 1597247025,
"end_time": 1597247999
}
string
cursor
Optional
Cursor for the next page
integer
total_count
Optional
Total number of objects
integer As int64 As int64
start_time
Optional
Start timestamp of the window of the objects returned
integer As int64 As int64
end_time
Optional
End timestamp of the window of the objects returned
401
Unauthorized
Operation doesn't return any data structure
500
Internal Error
Operation doesn't return any data structure
Applications Operations
POST
Add Application
POST
Add Tier
DELETE
Delete Application
DELETE
Delete Tier
PUT
Edit Application Tier
GET
Get App Flow Metrics
GET
Get App Flow Properties
GET
Get Application
GET
Get Application Flow Summary
POST
Get Applications Members
GET
Get Application Tier
GET
Get Application Vms
GET
Get App Problems
GET
Get App Top Talking Members
GET
Get App Top Talking Pairs
GET
Get Tier
POST
Get Tiers Members
GET
List Applications
GET
List Applications Details
GET
List Application Tiers