Values.GetDiscoverySummaryResponseSourceRetrieves 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.
type nonrec t = {servers : Long.t option;The number of servers discovered.
*)applications : Long.t option;The number of applications discovered.
*)serversMappedToApplications : Long.t option;The number of servers mapped to applications.
*)serversMappedtoTags : Long.t option;The number of servers mapped to tags.
*)agentSummary : CustomerAgentInfo.t option;Details about discovered agents, including agent status and health.
*)connectorSummary : CustomerConnectorInfo.t option;Details about discovered connectors, including connector status and health.
*)meCollectorSummary : CustomerMeCollectorInfo.t option;Details about Migration Evaluator collectors, including collector status and health.
*)agentlessCollectorSummary : CustomerAgentlessCollectorInfo.t option;Details about Agentless Collector collectors, including status.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]