Get Discovered Applications

Get Discovered Applications

Get the discovered application entity IDs.

Request
URI
GET
https://{api_host}/api/ni/groups/discovered-applications
COPY
Query Parameters
number
size
Optional

Page size of results

string
cursor
Optional

Cursor from previous response

string
discovery_type
Required

The discovery type of the application. Allowed values are SERVICE_NOW and FLOW_BASED_DISCOVERY.

string
granularity
Optional

The granularity of the discovered applications. Only applies to flow based discovery. Allowed values are FINE, MEDIUM and COARSE.


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