get_discovery_summary
()¶Retrieves a short summary of discovered assets.
This API operation takes no request parameters and is called as is at the command prompt as shown in the example.
See also: AWS API Documentation
Request Syntax
response = client.get_discovery_summary()
{
'servers': 123,
'applications': 123,
'serversMappedToApplications': 123,
'serversMappedtoTags': 123,
'agentSummary': {
'activeAgents': 123,
'healthyAgents': 123,
'blackListedAgents': 123,
'shutdownAgents': 123,
'unhealthyAgents': 123,
'totalAgents': 123,
'unknownAgents': 123
},
'connectorSummary': {
'activeConnectors': 123,
'healthyConnectors': 123,
'blackListedConnectors': 123,
'shutdownConnectors': 123,
'unhealthyConnectors': 123,
'totalConnectors': 123,
'unknownConnectors': 123
},
'meCollectorSummary': {
'activeMeCollectors': 123,
'healthyMeCollectors': 123,
'denyListedMeCollectors': 123,
'shutdownMeCollectors': 123,
'unhealthyMeCollectors': 123,
'totalMeCollectors': 123,
'unknownMeCollectors': 123
},
'agentlessCollectorSummary': {
'activeAgentlessCollectors': 123,
'healthyAgentlessCollectors': 123,
'denyListedAgentlessCollectors': 123,
'shutdownAgentlessCollectors': 123,
'unhealthyAgentlessCollectors': 123,
'totalAgentlessCollectors': 123,
'unknownAgentlessCollectors': 123
}
}
Response Structure
The number of servers discovered.
The number of applications discovered.
The number of servers mapped to applications.
The number of servers mapped to tags.
Details about discovered agents, including agent status and health.
Number of active discovery agents.
Number of healthy discovery agents
Number of blacklisted discovery agents.
Number of discovery agents with status SHUTDOWN.
Number of unhealthy discovery agents.
Total number of discovery agents.
Number of unknown discovery agents.
Details about discovered connectors, including connector status and health.
Number of active discovery connectors.
Number of healthy discovery connectors.
Number of blacklisted discovery connectors.
Number of discovery connectors with status SHUTDOWN,
Number of unhealthy discovery connectors.
Total number of discovery connectors.
Number of unknown discovery connectors.
Details about Migration Evaluator collectors, including collector status and health.
The number of active Migration Evaluator collectors.
The number of healthy Migration Evaluator collectors.
The number of deny-listed Migration Evaluator collectors.
The number of Migration Evaluator collectors with SHUTDOWN
status.
The number of unhealthy Migration Evaluator collectors.
The total number of Migration Evaluator collectors.
The number of unknown Migration Evaluator collectors.
Exceptions
ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterException
ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException
ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException
ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException