Node
API Node Calls
The node calls are for reading a MobiusFlow hub as well as resetting the pre-shared keys on a given hub
Get node configuration
GET/api/v1/mobius/node/config/{hid}
Path parameters
hid*string
MobiusFlow Hub ID
"000001"
Pattern:
^[0-9A-Fa-f]{6}$
Response
Ok response
Body
ts*string
Timestamp of the response
"2022-12-21T10:25:54.585Z"
uri*string
URI of the response
"000001"
data*array of object
Mobius Node Configuration (array of services information)
Request
Response
Get node configuration tree
GET/api/v1/mobius/node/configtree/{hid}
Path parameters
hid*string
MobiusFlow Hub ID
"000001"
Pattern:
^[0-9A-Fa-f]{6}$
Response
Ok response
Body
ts*string
Timestamp of the response
"2022-12-21T10:25:54.585Z"
uri*string
URI of the response
"000001"
data*array of object
Response data
Request
Response
Reset node pre-shared keys
POST/api/v1/mobius/node/resetpsks/{hid}
Path parameters
hid*string
MobiusFlow Hub ID
"000001"
Pattern:
^[0-9A-Fa-f]{6}$
Response
Ok response
Body
ts*string
Timestamp of the response
"2022-12-21T10:25:54.585Z"
uri*string
URI of the response
"000001"
data*object
Response data
Request
Response
Last updated