Executions_createExecution

Execute a function on an existing service.

SecuritybearerAuth
Request
path Parameters
serviceId
required
string

Service id to execute on.

query Parameters
sync
required
boolean

if true, wait for function to end.

Request Body schema: application/json
object (ExecuteOptionsBatch)
functionName
string
input
object (Dictionary)
projectId
string
object (IPipelineExecution)
mode
string
Enum: "Once" "Always"
Responses
200

Ok

post/executions/{serviceId}
Request samples
application/json
{
  • "batch": {
    },
  • "functionName": "string",
  • "input": {
    },
  • "projectId": "string",
  • "pipeline": {
    },
  • "mode": "Once"
}