Konnect Service Catalog

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

SuggestionRuleFilterParameters

object
* Additional properties are NOT allowed.
idobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
nameOne Of
Filter by operatorobject

Filter using one of the following operators: eq, oeq, neq, contains, ocontains

* Additional properties are NOT allowed.
Show Child Parameters
activeboolean

Filter by a boolean value (true/false).

auto_acceptboolean

Filter by a boolean value (true/false).

bindingobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
action.typeOne Of
StringFieldFilterExactobject

Filter using one of the following operators: eq, oeq, neq

* Additional properties are NOT allowed.
Show Child Parameters
created_atOne Of

Filters on the given datetime (RFC-3339) field value.

DateTimeFieldImplicitEqualsFilterstring(date-time)

Value strictly equals given RFC-3339 formatted timestamp in UTC

Example:2022-03-30T07:20:50Z

updated_atOne Of

Filters on the given datetime (RFC-3339) field value.

DateTimeFieldImplicitEqualsFilterstring(date-time)

Value strictly equals given RFC-3339 formatted timestamp in UTC

Example:2022-03-30T07:20:50Z

Example