Skip to main content

Retrieve next steps for entity in Scorecard

GET 

/api/v1/scorecards/:tag/next-steps

Retrieve next steps for entity in Scorecard

Request

Path Parameters

    tag stringrequired

    Unique tag for the Scorecard

    Example: my-production-readiness-checklist

Query Parameters

    entityTag stringrequired

    The entity tag (x-cortex-tag) that identifies the entity.

Responses

Any rules remaining for the entity to reach the next level in the Scorecard.

Schema

    nextSteps undefined[]required
Loading...