Skip to content

tenant

Tenants

show | delete | set | add

show tenant

Use this operation to get tenants.

Synopsys

show tenant [id=<string>]

Parameters

id

Id is system generated key for all the Tenants

delete tenant

Use this operation to delete a tenant.

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete tenant id=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

id

Id is system generated key for all the Tenants

This is a mandatory parameter.

set tenant

Use this operation to modify a tenant.

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set tenant id=<string> [user_name=<string>] [system_resource=<tenant_system_resource>] [name=<string>] [company_info=<tenant_company_info>] [password=<stringx>] [preauthtoken=<string>] [parent_id=<string>]

Parameters {#parameters-2 style="margin-left: 20px;"}

id

Id is system generated key for all the Tenants

This is a mandatory parameter.

user_name

User Name for tenant

system_resource

Tenant System Resource

name

Name of the Tenant

company_info

Tenant Company Information

password

Password

preauthtoken

Preauth token for a tenant

parent_id

Tenant ID of the parent Tenant.

add tenant

Use this operation to add a tenant.

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add tenant user_name=<string> password=<stringx> parent_id=<string> [system_resource=<tenant_system_resource>] [name=<string>] [company_info=<tenant_company_info>] [preauthtoken=<string>]

Parameters {#parameters-3 style="margin-left: 20px;"}

user_name

User Name for tenant

This is a mandatory parameter.

password

Password

This is a mandatory parameter.

parent_id

Tenant ID of the parent Tenant.

This is a mandatory parameter.

system_resource

Tenant System Resource

name

Name of the Tenant

company_info

Tenant Company Information

preauthtoken

Preauth token for a tenant

Was this article helpful?