Share via


ApiManagementCircuitBreakerOpenedEventData interface

Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.CircuitBreaker.Opened event.

Properties

backendName

Name of the backend for which the circuit has opened.

circuitBreaker

Information related to the circuit breaker configured on the backend.

Property Details

backendName

Name of the backend for which the circuit has opened.

backendName: string

Property Value

string

circuitBreaker

Information related to the circuit breaker configured on the backend.

circuitBreaker: ApiManagementCircuitBreaker

Property Value