Skip to main content

DiagnosticCaptureRequest

Request payload for on-demand local or proxied node diagnostics capture.

runnerId object

Optional runner ID to focus the capture bundle.

anyOf
string
taskId object

Optional task ID to find the relevant runner for capture.

anyOf
string
includeProcessSamplesIncludeprocesssamples (boolean)

Whether to run heavyweight local process sampling commands.

Default value: true
sampleDurationSecondsSampledurationseconds (number)

Requested duration for macOS sample collection.

Possible values: >= 1 and <= 10

Default value: 3
DiagnosticCaptureRequest
{
"runnerId": "string",
"taskId": "string",
"includeProcessSamples": true,
"sampleDurationSeconds": 3
}