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

KeyDatatypeRequiredDescription
filterstringJSON 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;content&quot;:[{&quot;correlationId&quot;:&quot;3fcf2a5ecc7611e7abc4cec278b6b50a&quot;,&quot;severity&quot;:&quot;INFO&quot;,&quot;message&quot;:&quot;[Finished] TimeSeries upload completed, \u003c1\u003e samplings and \u003c1\u003e properties in \u003c1\u003e requests\u003e. \u003c0\u003e values are dropped.&quot;,&quot;source&quot;:&quot;TIMESERIES&quot;,&quot;state&quot;:&quot;FINISHED&quot;,&quot;timestamp&quot;:&quot;2018-08-27T16:40:11.235Z&quot;},{&quot;correlationId&quot;:&quot;3fcf2a5ecc7611e7abc4cec278b6b50a&quot;,&quot;severity&quot;:&quot;WARN&quot;,&quot;message&quot;:&quot;[Finished] TimeSeries upload completed, \u003c1\u003e samplings and \u003c1\u003e properties in \u003c1\u003e requests\u003e. \u003c0\u003e values are dropped.&quot;,&quot;source&quot;:&quot;TIMESERIES&quot;,&quot;state&quot;:&quot;RETRYING&quot;,&quot;timestamp&quot;:&quot;2018-08-27T16:40:11.235Z&quot;}],&quot;totalPages&quot;:1,&quot;totalElements&quot;:1,&quot;last&quot;:true,&quot;numberOfElements&quot;:1,&quot;first&quot;:true,&quot;sort&quot;:[{&quot;direction&quot;:&quot;DESC&quot;,&quot;property&quot;:&quot;cillum Ut enim aliquip&quot;,&quot;ignoreCase&quot;:true,&quot;nullHandling&quot;:&quot;NULLS_FIRST&quot;,&quot;descending&quot;:true,&quot;ascending&quot;:false},{&quot;direction&quot;:&quot;ASC&quot;,&quot;property&quot;:&quot;in sunt dolor nostrud&quot;,&quot;ignoreCase&quot;:true,&quot;nullHandling&quot;:&quot;NATIVE&quot;,&quot;descending&quot;:true,&quot;ascending&quot;:true}],&quot;size&quot;:20,&quot;number&quot;:0}