List Applications
List applications
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
start_time
Optional
start time for query in epoch seconds
number
end_time
Optional
end time for query in epoch seconds
Responses
200
OK
Returns
PagedListResponse
of type(s)
application/json
{
"results": [
{
"entity_id": "1000:104:12213212",
"entity_type": "string"
}
],
"cursor": "string",
"total_count": 0,
"start_time": 0,
"end_time": 0
}
string
cursor
Optional
cursor
integer
total_count
Optional
total_count
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
500
Internal Error
Operation doesn't return any data structure