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-name>,<display-name> ...
Parameters
The following line is regarded as a single definition:
[#]<tenant-name>,<display-name>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | tenant-name | Tenant name Name that uniquely identifies the tenant | Example: tenant1 | Cannot be omitted or modified. Specify up to 32 characters. Alphanumeric characters, hyphens ("-"), and underscores ("_") may be used. The string must begin with an alphanumeric character. Do not specify the tenant name "cfmgadm", "supervisor", or "monitor". |
2 | display-name | Display name of the tenant Only certain characters can be used for the 'tenant name', 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