Summary Logs - Retry Bin
Retries a failed Summary rule bin.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/summaryLogs/{summaryLogsName}/retrybin?api-version=2025-07-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
|
subscription
|
path | True |
string (uuid) |
The ID of the target subscription. The value must be an UUID. |
|
summary
|
path | True |
string pattern: [^/]+ |
The name of the summary logs. Must not contain '/'. |
|
workspace
|
path | True |
string minLength: 4maxLength: 63 pattern: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$ |
The name of the workspace. |
|
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Request Body
| Name | Type | Description |
|---|---|---|
| properties |
Retry bin properties. |
Responses
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
Accepted response definition (long-running operation). Headers
|
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
SummaryLogsRetryBin
Sample request
POST https://management.azure.com/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summaryLogs/summarylogs1/retrybin?api-version=2025-07-01
{
"properties": {
"retryBinStartTime": "2020-02-03T04:00:00Z"
}
}
Sample response
Azure-AsyncOperation: https://management.azure.com/subscriptions/11111111-1111-1111-1111-111111111111/providers/Microsoft.OperationalInsights/locations/eastus/operationstatuses/62e4d893-d233-4005-988e-a428d9f77076?api-version=2025-07-01
Location: https://management.azure.com/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685/summarylogs/summarylogs1/operationresults/7fb7ae54-18a3-44ed-9604-139df1c7568e?api-version=2025-07-01
Definitions
| Name | Description |
|---|---|
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Summary |
Request to retry a summary logs bin. |
|
Summary |
Properties for retrying a Summary rule bin. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
SummaryLogsRetryBin
Request to retry a summary logs bin.
| Name | Type | Description |
|---|---|---|
| properties |
Retry bin properties. |
SummaryLogsRetryBinProperties
Properties for retrying a Summary rule bin.
| Name | Type | Description |
|---|---|---|
| retryBinStartTime |
string (date-time) |
The time (UTC) of the bin to retry. |