Get Discovered Application Summaries
Get the summaries of discovered applications in bulk, by providing a list of entity IDs.
Page size of results
Cursor from previous response
The discovery type of the application. Allowed values are SERVICE_NOW and FLOW_BASED_DISCOVERY.
The granularity of the discovered applications. Only applies to flow based discovery. Allowed values are FINE, MEDIUM and COARSE.
True, if member counts should be fetched.
OK
{
"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
}
Array of returned applications
Cursor for the next page
Total number of objects in the system, despite the page limit
Unauthorized
Internal Error
curl -H 'Authorization: <value>' https://{api_host}/api/ni/groups/discovered-applications/fetch?discovery_type=v