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
post
/api/engine/v3/node/restart/{hid}

Get the MobiusFlow hub ID

get
Responses
200

Default Response

application/json
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
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
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
post
/api/engine/v3/node/restartcontainers/{hid}

Last updated

Was this helpful?