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

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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;content&quot;:[{&quot;agentId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&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;RETRYING&quot;,&quot;timestamp&quot;:&quot;2018-08-27T16:40:11.235Z&quot;},{&quot;agentId&quot;:&quot;3b27818ea09a46b48c7eb3fbd878349f&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;FINISHED&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;quis in ullamco aute&quot;,&quot;ignoreCase&quot;:true,&quot;nullHandling&quot;:&quot;NULLS_FIRST&quot;,&quot;descending&quot;:false,&quot;ascending&quot;:true},{&quot;direction&quot;:&quot;ASC&quot;,&quot;property&quot;:&quot;ut in&quot;,&quot;ignoreCase&quot;:true,&quot;nullHandling&quot;:&quot;NULLS_LAST&quot;,&quot;descending&quot;:false,&quot;ascending&quot;:false}],&quot;size&quot;:20,&quot;number&quot;:0}