DCN Runner Service (0.1.0)

Download OpenAPI specification:Download

DCN Runner Service

runner

Operations related to feature execution.

CORS preflight

CORS preflight

Responses

Execute

Execute a feature

Authorizations:
BearerAuth
Request Body schema: application/json
name
required
string

Name of the feature.

n
required
integer >= 1

Samples count

required
Array of objects (RunningInstance)

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "n": 1,
  • "running_instances": [
    ]
}

Response samples

Content type
application/json
{
  • "samples": [
    ]
}