Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample payload sent from Azure OMS

...

Expand
titleCreate alert payload (in JSON format)
Code Block
{
    "alertRuleName":"§§#alertrulename§§",
    "alertThresholdOperator":"§§#thresholdoperator§§",
    "alertThresholdValue":"§§#thresholdvalue§§",
    "linkToSearchResults":"§§#linktosearchresults§§",
    "resultCount":"§§#searchresultcount§§",
    "searchIntervalEndtimeUtc":"§§#searchintervalendtimeutc§§",
    "searchIntervalInSeconds":"§§#searchinterval§§",
    "searchIntervalStartTimeUtc":"§§#searchintervalstarttimeutc§§",
    "searchQuery":"§§#searchquery§§",
    "workspaceID":"§§#workspaceid§§"
}

...