Microsoft Sentinel API - "triggerRuleRun" ExecutionTimeUtc Always Invalid

Shafiq Aziz (Admin Account) 5 Reputation points
2025-02-19T10:13:34.1966667+00:00

Issue Summary

We are trying to manually trigger a Microsoft Sentinel Scheduled Analytics Rule using the triggerRuleRun API, but it always fails with the following error:

{

Even when using the correct timestamp format, the API never accepts ExecutionTimeUtc.

API Request Used

Endpoint:

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/alertRules/{ruleId}/triggerRuleRun?api-version=2025-01-01-preview

Request Body:

{
  "properties": {
    "executionTimeUtc": "2025-02-19T05:17:49Z"
  }
}

Headers:

Authorization: Bearer 
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,244 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.