Application Discovery Service Get Discovery Summary Response Structure
GetDiscoverySummaryResponse schema from Amazon Application Discovery Service API
Type: object
Properties: 8
Amazon Application Discovery ServiceMigrationDiscoveryInfrastructure
Application Discovery Service Get Discovery Summary Response Structure is a JSON Structure definition published by Amazon Application Discovery Service, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"description": "GetDiscoverySummaryResponse schema from Amazon Application Discovery Service API",
"properties": {
"servers": {
"type": "int32",
"description": "The number of servers discovered.",
"example": 42
},
"applications": {
"type": "int32",
"description": "The number of applications discovered.",
"example": 5
},
"serversMappedToApplications": {
"type": "int32",
"description": "The number of servers mapped to applications.",
"example": 15
},
"serversMappedtoTags": {
"type": "int32",
"description": "The number of servers mapped to tags.",
"example": 30
},
"mappedServerCount": {
"type": "int32",
"description": "The number of servers mapped to applications or tags.",
"example": 15
},
"unmappedServerCount": {
"type": "int32",
"description": "The number of servers not mapped to any application.",
"example": 27
},
"agentSummary": {
"type": "object",
"properties": {
"activeAgents": {
"type": "int32",
"description": "Number of active discovery agents.",
"example": 3
},
"healthyAgents": {
"type": "int32",
"description": "Number of healthy discovery agents.",
"example": 3
},
"blackListedAgents": {
"type": "int32",
"description": "Number of blacklisted discovery agents.",
"example": 0
},
"shutdownAgents": {
"type": "int32",
"description": "Number of discovery agents with status SHUTDOWN.",
"example": 0
},
"unhealthyAgents": {
"type": "int32",
"description": "Number of unhealthy discovery agents.",
"example": 0
},
"totalAgents": {
"type": "int32",
"description": "Total number of discovery agents.",
"example": 3
},
"unknownAgents": {
"type": "int32",
"description": "Number of unknown discovery agents.",
"example": 0
}
}
},
"connectorSummary": {
"type": "object",
"properties": {
"activeConnectors": {
"type": "int32",
"description": "Number of active discovery connectors.",
"example": 0
},
"healthyConnectors": {
"type": "int32",
"description": "Number of healthy discovery connectors.",
"example": 0
},
"blackListedConnectors": {
"type": "int32",
"description": "Number of blacklisted discovery connectors.",
"example": 0
},
"shutdownConnectors": {
"type": "int32",
"description": "Number of discovery connectors with status SHUTDOWN.",
"example": 0
},
"unhealthyConnectors": {
"type": "int32",
"description": "Number of unhealthy discovery connectors.",
"example": 0
},
"totalConnectors": {
"type": "int32",
"description": "Total number of discovery connectors.",
"example": 0
},
"unknownConnectors": {
"type": "int32",
"description": "Number of unknown discovery connectors.",
"example": 0
}
}
}
},
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-application-discovery-service/refs/heads/main/json-structure/application-discovery-service-get-discovery-summary-response-structure.json"
}