OutlierDetection is a JSON Structure definition published by AWS App Mesh, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"properties": {
"baseEjectionDuration": {
"allOf": [
{
"$ref": "#/components/schemas/Duration"
},
{
"description": "The base amount of time for which a host is ejected."
}
]
},
"interval": {
"allOf": [
{
"$ref": "#/components/schemas/Duration"
},
{
"description": "The time interval between ejection sweep analysis."
}
]
},
"maxEjectionPercent": {
"allOf": [
{
"$ref": "#/components/schemas/OutlierDetectionMaxEjectionPercent"
},
{
"description": "Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value."
}
]
},
"maxServerErrors": {
"allOf": [
{
"$ref": "#/components/schemas/OutlierDetectionMaxServerErrors"
},
{
"description": "Number of consecutive <code>5xx</code> errors required for ejection. "
}
]
}
},
"required": [
"baseEjectionDuration",
"interval",
"maxEjectionPercent",
"maxServerErrors"
],
"description": "An object that represents the outlier detection for a virtual node's listener.",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-outlier-detection-structure.json",
"name": "OutlierDetection"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.