Get Discovered Application Summaries

Get Discovered Application Summaries

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

Request
URI
GET
https://{api_host}/api/ni/groups/discovered-applications/fetch
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.

boolean
fetch_member_counts
Optional

True, if member counts should be fetched.


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]",
            "last_modified_by_service": "Ensemble",
            "tier_count": 25,
            "member_count": 500,
            "update_status": "string",
            "confidence": "Medium"
        }
    ],
    "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