GET
/
v1
/
tenant
/
integrations
/
{integrationId}
/
well-architected-frameworks
/
{wellArchitectedFrameworkId}
/
download
Download a well-architected framework report for an integration in a tenant
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/integrations/{integrationId}/well-architected-frameworks/{wellArchitectedFrameworkId}/download \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>"
  }
}

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

Path Parameters

integrationId
string<uuid>
required

UUID of the integration to get.

wellArchitectedFrameworkId
string
required

ID of the Well-Architected framework to get. This can be retrieved using the List Well-Architected frameworks API.

Response

200
application/json

Pre-signed URL to download a Well-Architected framework summary report

The response is of type object.