Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

System Commands in Multi Tenant Mode

JoeWinter edited this page Mar 23, 2015 · 2 revisions

[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Doradus Administration: Table-of-Contents) | [Previous](https://github.com/dell-oss/Doradus/wiki/Application Commands in Multi-Tenant Mode) | [Next](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation)
[Multi-Tenant Configuration](https://github.com/dell-oss/Doradus/wiki/Multi-Tenant Configuration): System Commands in Multi Tenant Mode


REST commands that are not application-specific are called system commands and are not directed to a specific tenant and hence do not use the ?tenant parameter. This includes the following URIs:
/_tenants/...	// Tenant manager command
/_logs	// Dump logs command
/_dump	// Dump threads command

In multi-tenant mode, system commands must also be authenticated via basic auth using super user credentials.

Clone this wiki locally