Administrative REST Commands Several REST commands are available for monitoring and managing Doradus instances. Below is a summary of general purpose REST commands: Command REST URI Comments System Commands List configuration GET /_config • Lists Doradus version and all configuration parameters. • Privileged command in multi-tenant mode. Thread dump GET /_dump • Takes a snapshot stack trace of all threads. • Privileged command in multi-tenant mode. Memory log GET /_logs • Returns latest logs in memory appender; DEBUG log entries by default. • Privileged command in multi-tenant mode. List Commands GET /_commands • Lists all REST commands based on currently-loaded services. Tenant Commands Create new tenant POST /_tenants • Create a new tenant in multi-tenant mode. • Privileged command. Modify tenant PUT /_tenants/{tenant} • Modify an existing tenant in multi-tenant mode. • Privileged command. Delete tenant DELETE /_tenants/{tenant} • Delete a tenant and all applications in multi-tenant mode. • Privileged command. List all tenants GET /_tenants • List all tenants in multi-tenant mode. • Privileged command. List tenant GET /_tenants/{tenant} • Lists tenant details in multi-tenant mode. • Privileged command. Task Commands List tasks GET /_tasks • List all tasks for the default or a specific tenant. Tenant commands are described in more detail under Multi-Tenant Configuration. In addition to these system commands, each Doradus storage service supports application-specific REST commands.