Execute Debugger Operation
Execute a debugger operation in the current debug context
Request
URI
PUT
https://{api_host}/vco/api/actions/runs/{executionId}/debugger
COPY
Path Parameters
string
executionId
Required
executionId
Request Body
WsDebugOperation
of type(s)
application/json
Required
{
"evaluate": [
"string"
],
"evaluationResult": [
{
"name": "string",
"type": "Example types are: SecureString, MimeAttachment, Regexp, Array/VC:VirtualMachine, boolean, string and etc.",
"description": "string",
"scope": "string",
"updated": false,
"encrypt-value": false
}
],
"evaluations": [
"string"
]
}
array of
string
evaluate
Optional
evaluate
array of
object
evaluationResult
Optional
evaluationResult
array of
string
evaluations
Optional
evaluations
Responses
200
The request is successful
Returns
WsDebugOperation
of type(s)
application/json
"WsDebugOperation Object"
array of
string
evaluate
Optional
evaluate
array of
object
evaluationResult
Optional
evaluationResult
array of
string
evaluations
Optional
evaluations
401
The user is not authorized
Returns
WsDebugOperation
of type(s)
application/json
"WsDebugOperation Object"
array of
string
evaluate
Optional
evaluate
array of
object
evaluationResult
Optional
evaluationResult
array of
string
evaluations
Optional
evaluations
404
The requested action execution was not found
Returns
WsDebugOperation
of type(s)
application/json
"WsDebugOperation Object"
array of
string
evaluate
Optional
evaluate
array of
object
evaluationResult
Optional
evaluationResult
array of
string
evaluations
Optional
evaluations
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/vco/api/actions/runs/{executionId}/debugger
On This Page
Actions Service Operations
PUT
Update Action
GET
Get Debug Info
PUT
Execute Debugger Operation
POST
Control Debugger
GET
List All Actions
POST
Create Action
GET
Download Action Bundle
POST
Update Action Bundle
DELETE
Delete Action Bundle
POST
Execute Action By Name
POST
Execute Action By Id
GET
Download Action Icon
GET
Export Action Logs 1
GET
Get Action
GET
Get Action 1
DELETE
Delete Action 1
GET
Find Action Dependencies
GET
Get Action Execution Result
DELETE
Cancel Action Run