Description | : Execute code in a session. |
Reference | : Link ¶ |
⚼ Request
POST:
/executions
{
api-version:
string
,
identifier:
string
,
operation-id:
string
,
codeExecutionRequest:
}
{
,
codeInputType:
enum
,
executionType:
enum
,
code:
string
,
timeoutInSeconds:
integer
,
}
⚐ Response (202)
{
$headers:
{
,
operation-location:
string
,
operation-id:
string
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
id:
string
,
identifier:
string
,
executionType:
enum
,
status:
enum
,
error:
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
result:
}
{
,
stdout:
string
,
stderr:
string
,
executionResult:
string
,
executionTimeInMilliseconds:
integer
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}