GET
/
v1
/
tenant
/
compliance-frameworks
List compliance frameworks in a tenant
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/compliance-frameworks \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "frameworks": [
      {
        "id": "CIS-AWSFB-v140",
        "name": "CIS Amazon Web Services Foundations Benchmark",
        "passedFindings": 832,
        "posture": 82.13,
        "version": "v1.4.0",
        "totalFindings": 1013,
        "isCustom": false,
        "description": "CIS Amazon Elastic Kubernetes Service (EKS) Benchmark v1.0.1 - 08-31-2020",
        "providers": [
          "AWS"
        ],
        "releaseDate": "2022-08-16T01:37:30Z",
        "lastModifiedDate": "2022-08-16",
        "type": "compliance_framework",
        "link": "<string>"
      }
    ],
    "totalPosture": 79.02
  }
}

Authorizations

Authorization
string
header
required

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

Headers

Authorization
string
required

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

Content-Type
string

application/json

Query Parameters

custom
string

Filter compliance frameworks based on compliance framework type - custom or Plerion managed. The supported values are true or false.

Example:

true

Response

200
application/json

Compliance Frameworks list

The response is of type object.