Get Diagnostic Information
GET {{baseUrl}}/diagnosticInformation?filter=<string>&size=20&page=0&sort=<string>
This operation is deprecated! Use /diagnosticActivations/{id}/messages
instead.
Gets Diagnostic Information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | JSON based filter. Diagnostic information can be filtered by the following fields |
agentId
correlationId
message
source
timestamp
severity
| |size
| number | | The maximum number of elements in a page. | |page
| number | | The (0-based) index of page. | |sort
| string | | The order of returned elements. Multiple fields could be used separated by commas (e.g. ''field1,field2''). Descending order could be requested by appending '',desc'' at the end of parameter.(e.g. ''field1,field2,desc'')' |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"content":[{"agentId":"3b27818ea09a46b48c7eb3fbd878349f","correlationId":"3fcf2a5ecc7611e7abc4cec278b6b50a","severity":"INFO","message":"[Finished] TimeSeries upload completed, \u003c1\u003e samplings and \u003c1\u003e properties in \u003c1\u003e requests\u003e. \u003c0\u003e values are dropped.","source":"TIMESERIES","state":"RETRYING","timestamp":"2018-08-27T16:40:11.235Z"},{"agentId":"3b27818ea09a46b48c7eb3fbd878349f","correlationId":"3fcf2a5ecc7611e7abc4cec278b6b50a","severity":"WARN","message":"[Finished] TimeSeries upload completed, \u003c1\u003e samplings and \u003c1\u003e properties in \u003c1\u003e requests\u003e. \u003c0\u003e values are dropped.","source":"TIMESERIES","state":"FINISHED","timestamp":"2018-08-27T16:40:11.235Z"}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"DESC","property":"quis in ullamco aute","ignoreCase":true,"nullHandling":"NULLS_FIRST","descending":false,"ascending":true},{"direction":"ASC","property":"ut in","ignoreCase":true,"nullHandling":"NULLS_LAST","descending":false,"ascending":false}],"size":20,"number":0}