curl --request GET \
--url https://{region}.api.plerion.com/v1/tenant/well-architected-frameworks \
--header 'Authorization: Bearer <token>'{
"data": {
"frameworks": [
{
"id": "AWS-WA-FRAMEWORK",
"name": "AWS Well Architected",
"passedFindings": 15631,
"posture": 43.26,
"totalFindings": 36132,
"isCustom": false,
"providers": {
"id": "AWS-WA-FRAMEWORK",
"name": "AWS Well Architected",
"description": "",
"type": "well_architected_lens",
"version": "2021-11-01",
"enabled": true,
"link": "",
"config": "aws-wa-framework.json",
"releaseDate": "2022-03-21T14:43:37Z",
"lastModifiedDate": "2022-03-11",
"providers": [
"AWS"
]
}
},
{
"id": "AWS-FTR-LENS",
"name": "FTR Lens",
"passedFindings": 920,
"posture": 35.15,
"totalFindings": 2617,
"isCustom": false,
"providers": {
"id": "AWS-FTR-LENS",
"name": "FTR Lens",
"description": "",
"type": "well_architected_lens",
"version": "2021-11-01",
"enabled": true,
"link": "",
"config": "aws-ftr-lens.json",
"releaseDate": "2022-06-19T09:15:01Z",
"lastModifiedDate": "2022-06-19",
"providers": [
"AWS"
]
}
}
],
"totalPosture": 39.2
}
}Returns all AWS Well-Architected Frameworks for the tenant, along with individual framework postures and the tenant’s overall Well-Architected posture.
curl --request GET \
--url https://{region}.api.plerion.com/v1/tenant/well-architected-frameworks \
--header 'Authorization: Bearer <token>'{
"data": {
"frameworks": [
{
"id": "AWS-WA-FRAMEWORK",
"name": "AWS Well Architected",
"passedFindings": 15631,
"posture": 43.26,
"totalFindings": 36132,
"isCustom": false,
"providers": {
"id": "AWS-WA-FRAMEWORK",
"name": "AWS Well Architected",
"description": "",
"type": "well_architected_lens",
"version": "2021-11-01",
"enabled": true,
"link": "",
"config": "aws-wa-framework.json",
"releaseDate": "2022-03-21T14:43:37Z",
"lastModifiedDate": "2022-03-11",
"providers": [
"AWS"
]
}
},
{
"id": "AWS-FTR-LENS",
"name": "FTR Lens",
"passedFindings": 920,
"posture": 35.15,
"totalFindings": 2617,
"isCustom": false,
"providers": {
"id": "AWS-FTR-LENS",
"name": "FTR Lens",
"description": "",
"type": "well_architected_lens",
"version": "2021-11-01",
"enabled": true,
"link": "",
"config": "aws-ftr-lens.json",
"releaseDate": "2022-06-19T09:15:01Z",
"lastModifiedDate": "2022-06-19",
"providers": [
"AWS"
]
}
}
],
"totalPosture": 39.2
}
}Bearer API Key. For example, "Bearer {Tenant API Key}"
Well-Architected Frameworks list
Show child attributes
Show child attributes
"AWS-WAF-v1"
"AWS Well-Architected Framework"
832
82.13
"v1.0.0"
1013
false
"AWS Well-Architected Framework provides a consistent approach for customers and partners to evaluate architectures and implement scalable designs."
["AWS"]"2022-08-16T01:37:30Z"
"2022-08-16"
"well_architected_framework"
"https://docs.aws.amazon.com/wellarchitected/latest/framework/"
39.2
Was this page helpful?