Skip to content
POST
/user/create-node

Creates a new node.

CreateNodeRequest
object
tenant_id
required
Tenant Id
string
node_name
required
Node Name
string

Successful Response

CreateNodeResponse
object
node_id
required
Node Id
string

{"detail": "Invalid API Key"} {"detail": "Not permitted to access this tenant"}

{"detail": "Tenant not found"}

{"detail": "Tenant state changed"}

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string