WellArchitectedFramework
Batch Frameworks
Get a batch of Frameworks
post/v1/well-architected-framework/{tenant_id}/framework/batch
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Response
Success
Example response
[
{
"framework_type": "Custom",
"valid_service_types": [
"AWS"
],
"status": "Draft",
"handle_none_of_the_above": "No"
}
]