Microsoft Sentinel API - "triggerRuleRun" ExecutionTimeUtc Always Invalid
Shafiq Aziz (Admin Account)
5
Reputation points
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
Sign in to answer