Tenant

Description

API


    POST /api/tenant
    PUT /api/tenant/<key>
    DELETE /api/tenant/<key>
    GET /api/tenant
    GET /api/tenant/<key>

CLI


    configure tenant <key>
    show tenant <key>

Data

Tenant

uuid

Type
string
Category
required
Description

name

Type
string
Category
required
Description

local

Type
bool
Category
optional
Description
Default
True

description

Type
string
Category
optional
Description

config_settings

Type
TenantConfiguration
Category
optional
Description

created_by

Type
string
Category
optional
Description
Creator of this tenant

TenantConfiguration

tenant_vrf

Type
bool
Category
optional
Description
When "Per Tenant IP Domain" is selected, each tenant gets its own routing domain that is not shared with any other tenant. When "Share IP Domain across all tenants" is selected, all tenants share the same routing domain.
Default
False

se_in_provider_context

Type
bool
Category
optional
Description
Controls the ownership of ServiceEngines. Service Engines can either be exclusively owned by each tenant or owned by the administrator and shared by all tenants. When ServiceEngines are owned by the administrator, each tenant can have either read access or no access to their Service Engines.
Default
True

tenant_access_to_provider_se

Type
bool
Category
optional
Description
Default
True

References

Sub Objects