Recommendation is a JSON Structure definition published by Amazon DevOps Guru, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-structure/amazon-devops-guru-recommendation-structure.json",
"description": "Recommendation information to help you remediate detected anomalous behavior that generated an insight.",
"type": "object",
"properties": {
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationDescription"
},
{
"description": " A description of the problem. "
}
]
},
"Link": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationLink"
},
{
"description": " A hyperlink to information to help you address the problem. "
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationName"
},
{
"description": " The name of the recommendation. "
}
]
},
"Reason": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationReason"
},
{
"description": " The reason DevOps Guru flagged the anomalous behavior as a problem. "
}
]
},
"RelatedEvents": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationRelatedEvents"
},
{
"description": " Events that are related to the problem. Use these events to learn more about what's happening and to help address the issue. "
}
]
},
"RelatedAnomalies": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationRelatedAnomalies"
},
{
"description": " Anomalies that are related to the problem. Use these Anomalies to learn more about what's happening and to help address the issue. "
}
]
},
"Category": {
"allOf": [
{
"$ref": "#/components/schemas/RecommendationCategory"
},
{
"description": "The category type of the recommendation."
}
]
}
},
"name": "Recommendation"
}
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.