Enum ProbeAssertionKind

Namespace
Kuestenlogik.Bowire.Monitoring
Assembly
Kuestenlogik.Bowire.Monitoring.dll

The kinds of predicate v1 supports.

public enum ProbeAssertionKind

Fields

BodyContains = 2

Response body contains the expected substring.

LatencyBelowMs = 1

Response latency is at or below the expected millisecond budget.

Status = 0

Response status equals the expected integer.