WafAssessmentRuns
Set the state for an assessment run
Set the state for an assessment run. Used to complete or abandon the run Used to complete or abandon the run
post/v1/well-architected-framework/assessment-run/item/{assessment_run_id}/set-state
Path parameters
assessment_run_idstring required
ID of Assessment Run. This can retrieved using List Assessment run Filter API
Request body
Example request
{
"status": "InProgress"
}Response
Updated
Example response
{
"status": "InProgress"
}