WellArchitectedFramework
Best practices Create
Add Best Practices to a Well-Architected Framework Question
post/v1/well-architected-framework/{tenant_id}/best-practice/create
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
Example request
{
"best_practices": [
{
"nature": "Automated",
"risk": "Low"
}
]
}Response
Success