List Applications Details

List Applications Details

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

Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/fetch
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 PagedApplicationListResponse of type(s) application/json
{
    "results": [
        {
            "entity_id": "1000:104:12213212",
            "name": "My Name",
            "entity_type": "VirtualMachine",
            "create_time": 159724400600,
            "created_by": "admin@local",
            "last_modified_time": 159724400600,
            "last_modified_by": "[email protected]"
        }
    ],
    "cursor": "MTA=",
    "total_count": 1102
}
results
Optional

Array of returned applications

string
cursor
Optional

Cursor for the next page

integer
total_count
Optional

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


401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure