cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Service Detection API

henk_stobbe
DynaMight Champion
DynaMight Champion

Hello,

Can anybody explain the difference between EQUALS vs STRING_EQUALS and INT_EQUALS?

KR Henk

1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

@henk s. the INT_EQUALS is going to be used when you're comparing integers. STRING_EQUALS should be used when comparing strings. And the regular EQUALS would be for anything else that doesn't fit integer or string, like an entity.

https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/service-api/detection-rules/f...

-Chad

Featured Posts