Get Event Logs
Get all Event logs
Start Date e.g. 2020-12-01T08:00:00.000Z
End Date e.g. 2020-12-01T08:00:00.000Z
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Number of records you want to get.
Number of records you want to skip.
Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter.
Select a subset of properties to include in the response.
Filter the results by a specified predicate expression. Operators: eq, ne, and, or.
Successful Operation
{
"content": [
{
"eventLogType": "ERROR , WARNING , INFO",
"description": "string",
"updatedAt": "2012-09-27T06:16:01.040Z",
"id": "9.0E49",
"owner": "[email protected]",
"orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf"
}
],
"totalElements": 1,
"numberOfElements": 1
}
List of content items
Total number of elements. In some cases the field may not be populated
Number of elements in the current page
Invalid request - bad data
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
Not implemented
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -H 'Authorization: <value>' https://{api_host}/iaas/api/event-logs