Get Containers Event List
Gets all Containers-related events.
The response is list of ContainerInstanceEvent objects.
Request
Method | Request URI |
---|---|
GET | /EventsStore/Containers/Events?api-version=6.2-preview&timeout={timeout}&StartTimeUtc={StartTimeUtc}&EndTimeUtc={EndTimeUtc}&EventsTypesFilter={EventsTypesFilter}&ExcludeAnalysisEvents={ExcludeAnalysisEvents}&SkipCorrelationLookup={SkipCorrelationLookup} |
Parameters
Name | Type | Required | Location |
---|---|---|---|
api-version |
string | Yes | Query |
timeout |
integer (int64) | No | Query |
StartTimeUtc |
string | Yes | Query |
EndTimeUtc |
string | Yes | Query |
EventsTypesFilter |
string | No | Query |
ExcludeAnalysisEvents |
boolean | No | Query |
SkipCorrelationLookup |
boolean | No | Query |
api-version
Type: string
Required: Yes
Default: 6.2-preview
The version of the API. This parameter is required and its value must be '6.2-preview'.
timeout
Type: integer (int64)
Required: No
Default: 60
InclusiveMaximum: 4294967295
InclusiveMinimum: 1
The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds.
StartTimeUtc
Type: string
Required: Yes
The start time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ.
EndTimeUtc
Type: string
Required: Yes
The end time of a lookup query in ISO UTC yyyy-MM-ddTHH:mm:ssZ.
EventsTypesFilter
Type: string
Required: No
This is a comma separated string specifying the types of FabricEvents that should only be included in the response.
ExcludeAnalysisEvents
Type: boolean
Required: No
This param disables the retrieval of AnalysisEvents if true is passed.
SkipCorrelationLookup
Type: boolean
Required: No
This param disables the search of CorrelatedEvents information if true is passed. otherwise the CorrelationEvents get processed and HasCorrelatedEvents field in every FabricEvent gets populated.
Responses
HTTP Status Code | Description | Response Schema |
---|---|---|
200 (OK) | List of events objects with base type ContainerInstanceEvent. |
array of ContainerInstanceEvent |
All other status codes | The detailed error response. |
FabricError |