Skip to content

DelayByAverage Configurations Table View

Property Path Type Required Default Description
AssertionConfiguration object or string Delay checks the time interval between the inputs and outputs is not bigger than a configured number by subtracting the average timestamp of all inputs from the average timestamp of all the outputs. DataSources: Not used. Session Support: Only supports a single session assertion
AssertionConfiguration.InputName string Name of the input end point to check the inputs of
AssertionConfiguration.MaximumDelayMs integer or string maximum delay in milliseconds allowed for average delay for assertion to pass
AssertionConfiguration.OutputName string Name of the output end point to check the outputs of
AssertionConfiguration.InputsAreOutputs string or true/false False Whether the given input in InputName is actually another outputs list
AssertionConfiguration.MaximumNegativeDelayBufferMs integer or string or null 100 maximum negative delay buffer of average delay in milliseconds, if value falls within the buffer it is still compared to maximum allowed delay