Skip to main content
POST
Cancel a config analysis

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

The analysis had already reached a terminal state.

analysis
object | null
required

Pollable analysis after workflow submission is acknowledged. Null when no refresh was submitted.

recommendation
object
required

Recommendation or structured no-recommendation result for a completed analysis. Null before the analysis produces an outcome.

target
object
required
working_configurations
object[]
required

Working configurations for the target, ordered with the recommended configuration first.

guidance
string | null

Short advisory markdown to facilitate navigating this target. Returned even when no configuration reached the target, since knowing what prevented success is useful without a configuration. Not verified against this target. Null when nothing applicable was observed or no notes exist.

workload_outcome
enum<string> | null

How far the workload pass got, when an intent was supplied and a pass ran. A run outcome rather than advice, so it is reported whether or not any guidance could be assembled. Null when no intent was supplied or no pass ran.

Available options:
completed,
turn_limit,
auth_required,
payment_required,
blocked,
error