Share via


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
resourceGroupName
path True

string

minLength: 1
maxLength: 90

The name of the resource group. The name is case insensitive.

subscriptionId
path True

string (uuid)

The ID of the target subscription. The value must be an UUID.

summaryLogsName
path True

string

pattern: [^/]+

The name of the summary logs. Must not contain '/'.

workspaceName
path True

string

minLength: 4
maxLength: 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

SummaryLogsRetryBinProperties

Retry bin properties.

Responses

Name Type Description
202 Accepted

Accepted response definition (long-running operation).

Headers

  • Azure-AsyncOperation: string
  • Location: string
Other Status Codes

ErrorResponse

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
ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Error response

SummaryLogsRetryBin

Request to retry a summary logs bin.

SummaryLogsRetryBinProperties

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

ErrorAdditionalInfo[]

The error additional info.

code

string

The error code.

details

ErrorDetail[]

The error details.

message

string

The error message.

target

string

The error target.

ErrorResponse

Error response

Name Type Description
error

ErrorDetail

The error object.

SummaryLogsRetryBin

Request to retry a summary logs bin.

Name Type Description
properties

SummaryLogsRetryBinProperties

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.