Skip to main content
Console endpoint

Execute Console Command

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/console-commands/

Body

application/json
Run object
Field defined by domainconsole.Request.
Plan object
Field defined by domainconsole.Request.
Workflow object
Field defined by domainconsole.Request.
Resources array
Field defined by domainconsole.Request.
ExecutionScope object
Field defined by domainconsole.Request.
Runtimes array
Field defined by domainconsole.Request.
RuntimeBindings array
Field defined by domainconsole.Request.
NetworkTopology object
Field defined by domainconsole.Request.
ActivityProfiles array
Field defined by domainconsole.Request.
PreparationRequirementsByActivity object
Field defined by domainconsole.Request.
RuntimeAllocations object
Field defined by domainconsole.Request.

See the Console guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.