Updated on 2024-11-29 GMT+08:00

Importing and Exporting Tenant Information

The system administrator can manage tenants on the RTD web UI, including creating, querying, and deleting tenants, as well as importing and exporting tenant information. If there is at least one tenant in the system, you export the tenant information template to quickly add new tenants.

The exported tenant information is a JSON file, including the tenant name, DB type, Farmer cluster information, MOT cluster information, Redis cluster information, and Kafka cluster information. However, the following information is not included. You need to supplement the information when you add a tenant by importing a template:

  • Farmer cluster information: management password of the management user
  • MOT cluster information: DB Password of the database user
  • Redis cluster information
    • Password when Redis Cluster Mode is set to User Password Authentication.
    • Authentication credential when Redis Cluster Mode is set to Kerberos Authentication.
  • Kafka cluster information
    • Password when Redis Cluster Mode is set to User Password Authentication.
    • Authentication credential when Redis Cluster Mode is set to Kerberos Authentication.

You can modify tenant information in the JSON file, or import the JSON file first and then modify the tenant information on the RTD web UI.

Exporting a Tenant Information Template

  1. Create a tenant by referring to Creating an RTDService Tenant.
  2. On the RTD web UI, choose System > Tenant Management.
  3. In the tenant list, click Export next to a tenant name to export the tenant information.

Importing a Tenant Information Template to Add a Tenant

  1. Export a tenant information in JSON format by referring to Exporting a Tenant Information Template.
  2. On the RTD web UI, choose System > Tenant Management and click Add. The page for adding tenant information is displayed.
  3. Click Import and select the prepared JSON file to import it to the system.
  4. Modify information about the tenant to be created as required and add required password information.
  5. Click OK.