Amazon Well-Architected Tool · Schema
ConsolidatedReportMetric
A metric that contributes to the consolidated report.
ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloads
Properties
| Name | Type | Description |
|---|---|---|
| MetricType | object | |
| RiskCounts | object | |
| WorkloadId | object | |
| WorkloadName | object | |
| WorkloadArn | object | |
| UpdatedAt | object | |
| Lenses | object | |
| LensesAppliedCount | object |
JSON Schema
{
"type": "object",
"properties": {
"MetricType": {
"allOf": [
{
"$ref": "#/components/schemas/MetricType"
},
{
"description": "The metric type of a metric in the consolidated report. Currently only WORKLOAD metric types are supported."
}
]
},
"RiskCounts": {
"$ref": "#/components/schemas/RiskCounts"
},
"WorkloadId": {
"$ref": "#/components/schemas/WorkloadId"
},
"WorkloadName": {
"$ref": "#/components/schemas/WorkloadName"
},
"WorkloadArn": {
"$ref": "#/components/schemas/WorkloadArn"
},
"UpdatedAt": {
"$ref": "#/components/schemas/Timestamp"
},
"Lenses": {
"allOf": [
{
"$ref": "#/components/schemas/LensMetrics"
},
{
"description": "The metrics for the lenses in the workload."
}
]
},
"LensesAppliedCount": {
"allOf": [
{
"$ref": "#/components/schemas/LensesAppliedCount"
},
{
"description": "The total number of lenses applied to the workload."
}
]
}
},
"description": "A metric that contributes to the consolidated report.",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ConsolidatedReportMetric",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-well-architected-tool/refs/heads/main/json-schema/well-architected-tool-consolidated-report-metric-schema.json"
}