| layout | docs-api | ||||||
|---|---|---|---|---|---|---|---|
| toc | toc-api-admin.html | ||||||
| title | Admin API Methods | ||||||
| slug |
|
| Endpoint | Description |
|---|---|
| GET/auth/login | Get the active authentication scheme |
| POST/auth/token | Exchange credentials for access token |
| POST/auth/revoke | Revoke an access token |
| GET/settings | Get the runtime settings |
| GET/projects | Get the list of projects |
| POST/projects | Create a project |
| DELETE/projects/:id | Delete an individual project |
| GET/flows | Get the active flow configuration |
| POST/flows | Set the active flow configuration |
| POST/flow | Add a flow to the active configuration |
| GET/flow/:id | Get an individual flow configuration |
| PUT/flow/:id | Update an individual flow configuration |
| DELETE/flow/:id | Delete an individual flow configuration |
| GET/nodes | Get a list of the installed nodes |
| POST/nodes | Install a new node module |
| GET/nodes/:module | Get a node module's information |
| PUT/nodes/:module | Enable/Disable a node module |
| DELETE/nodes/:module | Remove a node module |
| GET/nodes/:module/:set | Get a node module set information |
| PUT/nodes/:module/:set | Enable/Disable a node set |