Partek Flow Documentation

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns information about all users on the system


Responses

200: application/json

id, name, displayName, isOnline, tasksInQueue, diskQuota, diskUsage (in gigabytes)

 

/users/logins


GET

Returns information about all users logged into the system


Responses

200: application/json

loggedInUsers  lastActivity: username : last activity (in minutes)

 

/users/unset_private_directory


POST

...

200:  application/json

/system/preferences

System preferences are organized in nodes.  If the node name is empty then it does not need to be specified.


POST, PUT

Configure system preferences


GET

Returns system preferences

 

DELETE

Unset system preferences, revert to default

 

Optional parametersThese parameters filter the command list

 

Parameter

Type

Description

cleanup_on_failurebooleanDefault: true If set to false temp files will not be deleted on task failure.
nodestringThe node name
keystringThe preference name
valuestringThe preference value

With no parameters set, all preferences will be returned.

With node and/or key set, the preference list will be filtered.

With all three parameters set the preference will be set.


Responses

200:  application/json

 

/system/preferences/nodes

 

GET

List the node names.

 

Additional assistance

 

Rate Macro
allowUsersfalse

...