Scorecards
Last updated
Last updated
Use these operations to interact with Scorecards in Cortex.
Create, read, update, or delete Scorecards: Your API key must have the Edit Scorecards
permission.
View Scorecards: Your API key must have the View Scorecards
permission.
Approve or revoke Scorecard exemptions: Your API key must have the Configure Scorecard exemptions
permission.
Returns scorecards matching optional search criteria. If search criteria is specified we will use search logic, which will not find Scorecards that have yet to be evaluated
Filter based on groups, which correspond to the x-cortex-groups
field in the Catalog Descriptor. Accepts a comma-delimited list of groups
Filter based on entity (either tags or CIDs). Accepts a comma-delimited list of entity tag or CIDs, please use only one type of identifier
Filter based on team (either tags or CIDs). Accepts a comma-delimited list of team tag or CIDs, please use only one type of identifier
Page number to return, 0-indexed. Default 0.
0
Number of results to return per page, between 1 and 1000. Default 250.
250
Returns latest scores for all entities in the Scorecard
Unique tag for the Scorecard
my-production-readiness-checklist
Entity tag (x-cortex-tag)
Number of results to return per page, between 1 and 1000. Default 250.
250
Page number to return, 0-indexed. Default 0.
0
Create or update a Scorecard using the descriptor YAML. The operation is determined by the existence of a Scorecard with the same tag
as passed in the descriptor.
When true, this endpoint only validates the descriptor contents and returns any errors or warnings.
Request Scorecard rule exemption
Unique tag for the Scorecard
my-production-readiness-checklist
The entity tag (x-cortex-tag
) that identifies the entity.
Number of days how long rule should be exempt. If not set, rule will be exempt until exempt until revoked.
Reason for creating exemption
Identifier of the Scorecard rule to request exemption for
Revoke Scorecard rule exemption
Unique tag for the Scorecard
my-production-readiness-checklist
The entity tag (x-cortex-tag
) that identifies the entity.
Identifier of the Scorecard rule
Approve Scorecard rule exemption
Unique tag for the Scorecard
my-production-readiness-checklist
The entity tag (x-cortex-tag
) that identifies the entity.
Identifier of the Scorecard rule
Deny Scorecard rule exemption
Unique tag for the Scorecard
my-production-readiness-checklist
The entity tag (x-cortex-tag
) that identifies the entity.
Identifier of the Scorecard rule