DiagnosticCaptureRequest
Request payload for on-demand local or proxied node diagnostics capture.
runnerId object
Optional runner ID to focus the capture bundle.
- string
- null
string
taskId object
Optional task ID to find the relevant runner for capture.
- string
- null
string
includeProcessSamplesIncludeprocesssamples (boolean)
Whether to run heavyweight local process sampling commands.
Default value:
truesampleDurationSecondsSampledurationseconds (number)
Requested duration for macOS sample collection.
Possible values: >= 1 and <= 10
Default value:
3DiagnosticCaptureRequest
{
"runnerId": "string",
"taskId": "string",
"includeProcessSamples": true,
"sampleDurationSeconds": 3
}