GET
/
v1
/
tenant
/
well-architected-frameworks
List well-architected frameworks in a tenant
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
  }
}

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Response

200
application/json

Well-Architected Frameworks list

The response is of type object.