Skip to main content
POST
/
v1
/
tenant
/
integrations
/
{integrationId}
/
frameworks
/
{wellArchitectedFrameworkId}
/
reports
Request framework report
curl --request POST \
  --url https://{region}.api.plerion.com/v1/tenant/integrations/{integrationId}/frameworks/{wellArchitectedFrameworkId}/reports \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "status": "OK",
    "message": "Report generation has been initiated"
  }
}

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}"

Path Parameters

integrationId
string<uuid>
required

UUID of the integration.

wellArchitectedFrameworkId
string
required

Framework ID (see list Well-Architected frameworks).

Response

Queue the creation of the report.

data
object
required
I