Skip to main content
Resources endpoint

Create Network Topology

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

POST/network-topologies/

Body

application/json
id string
Field defined by domain.NetworkTopology.
name string
Field defined by domain.NetworkTopology.
version number
Field defined by domain.NetworkTopology.
executionScopeId string
Field defined by domain.NetworkTopology.
links array
Field defined by domain.NetworkTopology.
metadata object
Field defined by domain.NetworkTopology.

See the Resources 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.