Skip to main content

GetPipelineDebugPoints

Returns debug point nodes for a specific pipeline execution.

Examples

Returns the debug point node tree for a specific pipeline execution:

octo-cli -c GetPipelineDebugPoints -id "cc0000000000000000000003" -eid "7c011b03-b738-4be7-948c-78ee28e4b233"

Output as compact JSON:

octo-cli -c GetPipelineDebugPoints `
-id "cc0000000000000000000003" `
-eid "7c011b03-b738-4be7-948c-78ee28e4b233" `
-j

Options

ShortLongRequiredDescription
-id--identifieryesThe pipeline runtime ID
-eid--executionIdyesThe execution ID (GUID)
-j--jsonnoOutput as raw JSON