File name
Any name
Description
This file can be used to register or update tenant information.
Specify this file in the options of swcfmg_tenant (Tenant Information Management command).
File location
Any folder
File format
CSV format
[#]<tenant-id>,<display-name> ...
Parameters
The following line is regarded as a single definition:
[#]<tenant-id>,<display-name>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | tenant-id | Tenant ID A name that uniquely identifies the tenant. | Example: tenant1 | Cannot be omitted. Cannot be modified. Specify up to 32 characters. Alphanumeric characters, hyphens ("-"), and underscores ("_") may be used. The string must start with an alphanumeric character. Do not specify "cfmgadm", "supervisor", or "monitor" for the tenant ID. |
2 | display-name | Display name of the tenant Only certain characters can be used for the 'tenant ID', so if required, set a name here that easily identifies the tenant. | Example: tenant1 | Cannot be omitted, but can be modified. Specify up to 30 characters. |
Notes
None
Examples
For creation
tenant_1,tenant1 tenant_2,tenant2
For update
tenant_1,tenant3 tenant_2,tenant4