Skip to content

ExecutionDebug

Scenario & Script Debugging API - Execution debugging and result inspection interface


Start execution debug

POST
/api/v1/exec/debug/start

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json

响应

OK

试验场

授权
主体

示例

cURL
JavaScript
PHP
Python

Start debug execution by script

POST
/api/v1/exec/debug/script/start

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json

响应

OK

试验场

授权
主体

示例

cURL
JavaScript
PHP
Python

Start debug execution by scenario

POST
/api/v1/exec/debug/scenario/start

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json

响应

OK

试验场

授权
主体

示例

cURL
JavaScript
PHP
Python

Start debug execution by monitor

POST
/api/v1/exec/debug/monitor/start

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json

响应

OK

试验场

授权
主体

示例

cURL
JavaScript
PHP
Python

Query the detail of script debug execution

GET
/api/v1/exec/debug/script/{id}

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

id*

Script id

类型integer
必填
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the detail of scenario debug execution

GET
/api/v1/exec/debug/scenario/{id}

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

id*

Scenario id

类型integer
必填
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Query the detail of monitor debug execution

GET
/api/v1/exec/debug/monitor/{id}

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

参数

路径参数

id*

Monitor id

类型integer
必填
format"int64"

响应

OK

试验场

授权
变量

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.