Get a diagnostic messages of specific activation resource
GET {{baseUrl}}/diagnosticActivations/:id/messages?filter=<string>&size=20&page=0&sort=<string>
Get a diagnostic messages of specific activation resource. Agents are allowed to get their own activations' messages. Users with sufficient scopes are allowed to get any activations messages in the same tenant as in the token.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| filter | string | JSON based filter. Diagnostic messages can be filtered by the following fields | 
- 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":[{"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":"FINISHED","timestamp":"2018-08-27T16:40:11.235Z"},{"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":"RETRYING","timestamp":"2018-08-27T16:40:11.235Z"}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"DESC","property":"cillum Ut enim aliquip","ignoreCase":true,"nullHandling":"NULLS_FIRST","descending":true,"ascending":false},{"direction":"ASC","property":"in sunt dolor nostrud","ignoreCase":true,"nullHandling":"NATIVE","descending":true,"ascending":true}],"size":20,"number":0}