Multi-Tenant Configuration : System Commands in Multi-Tenant Mode

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.