Konnect Service Catalog

ScorecardCriteriaServiceEvaluation

object

Evaluation for a scorecard criteria relative to the given service service.
Has a null value when the criteria has not yet been evaluated for the service.

is_passingbooleanrequired

Whether or not the service has most recently passed the criteria check.

evaluation_contextobjectrequired

Provides additional metadata about the criteria evaluation result.

Example:{"raw_value":{"unit":"minutes","value":25},"display_text":"25 minutes"}

Show Child Parameters
evaluation_errorobjectrequired

Details about an error that occurred during evaluation preventing computation of a pass/fail result.
Will be null when no error occurred.

Show Child Parameters
attempted_atstring(date-time)required

The timestamp denoting the last evaluation attempt of the criteria for the service.

Example:2023-02-15T07:20:50Z

successfully_evaluated_atstring(date-time)required

The timestamp denoting when the criteria was last successfully evaluated for the service.
Error states preventing the evaluation from being performed will not update this timestamp.

Example:2023-02-15T07:20:50Z

created_atstring(date-time)requiredread-only

An ISO-8601 timestamp representation of entity creation date.

Example:2022-11-04T20:10:06.927Z

Example

CriteriaEvaluationResultDetails

object

Provides additional metadata about the criteria evaluation result.

raw_valueOne Of
required

Raw value of the criteria evaluation.

For example, a service may be failing the time_to_acknowledge criteria evaluation when
the the mean time-to-ack is greater than 15 minutes. This value represents the actual
mean time-to-ack value for the service which if not passing could be 25 minutes.

Variant 1number
display_textstringrequired

Renderable text providing human-readable context about the evaluation value.

Example:25 minutes

Example

CriteriaEvaluationRelationMap

object
instancestringrequired

Allowed values:criteria_result_relation_map

relationstringrequired

Example:gateway_svc

maprequired
Example

CriteriaEvaluationRelationResult

object
is_passingbooleanrequired

Whether or not the relation has passed the criteria evaluation.

relationobjectrequired
Show Child Parameters
detailsobjectrequired

Provides additional metadata about the criteria evaluation result.

Example:{"raw_value":{"unit":"minutes","value":25},"display_text":"25 minutes"}

Show Child Parameters
Example

CriteriaEvaluationErrorResult

object
relationobjectrequired
Show Child Parameters
errorobjectrequired

Details about an error that occurred during evaluation preventing computation of a pass/fail result.
Will be null when no error occurred.

Show Child Parameters
Example