For the complete documentation index, see llms.txt. This page is also available as Markdown.

Node

Restart the MobiusFlow hub

post
Path parameters
hidstring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Responses
200

Default Response

application/json

Success response

tsstringRequired

Timestamp of the response

Example: 2025-01-01T00:00:00.000Z
uristringRequired

URI of the response

post/api/engine/v3/node/restart/{hid}

Get the MobiusFlow hub ID

get
Responses
200

Default Response

application/json
tsstringRequired

Timestamp of the response

Example: 2025-01-01T00:00:00.000Z
uristringRequired

URI of the response

datastring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
get/api/engine/v3/node/config/hid

Change the MobiusFlow hub ID

post
Path parameters
hidstring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Body
hidstring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Responses
200

Default Response

application/json

Success response

tsstringRequired

Timestamp of the response

Example: 2025-01-01T00:00:00.000Z
uristringRequired

URI of the response

post/api/engine/v3/node/config/hid/{hid}

Get the MobiusFlow hub broker statistics

get
Path parameters
hidstring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Responses
200

Default Response

application/json
tsstringRequired

Timestamp of the response

Example: 2025-01-01T00:00:00.000Z
uristringRequired

URI of the response

get/api/engine/v3/node/brokerstats/{hid}

Perform a full backup of MobiusFlow data

get
Path parameters
hidstringRequired
Responses
200

Default Response

No content

get/api/engine/v3/node/backup/full/{hid}
200

Default Response

No content

Perform a full restore of MobiusFlow data

post
Path parameters
hidstringRequired
Responses
200

Default Response

No content

post/api/engine/v3/node/restore/full/{hid}
200

Default Response

No content

Restart one or more containers

post
Path parameters
hidstring · min: 6 · max: 6Required

Hub ID (HID)

Example: 000001Pattern: \b^[0-9A-F]{6}$\b
Bodystring[]
string[]Optional
Responses
200

Default Response

application/json

Success response

tsstringRequired

Timestamp of the response

Example: 2025-01-01T00:00:00.000Z
uristringRequired

URI of the response

post/api/engine/v3/node/restartcontainers/{hid}

Last updated

Was this helpful?