List Applications

List Applications

List applications in Operations for Networks

Request
URI
GET
https://{api_host}/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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns PagedListResponse of type(s) application/json
{
    "results": [
        {
            "entity_id": "1000:104:12213212",
            "entity_type": "VirtualMachine",
            "entity_name": "VM-1"
        }
    ],
    "cursor": "MTA=",
    "total_count": 1102,
    "start_time": 1597247025,
    "end_time": 1597247999
}
array of EntityId
results
Optional

Array with resulting objects and their information

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