Interface SystemTenantApi

    • Method Detail

      • getSystemTenant

        SystemTenant getSystemTenant​(String id)
        Get the current Tenant Pause and resume tenant services in order to do maintenance on a tenant.
        Parameters:
        id - ID of the tenant (required)
        Returns:
        SystemTenant
      • updateSystemTenant

        void updateSystemTenant​(String id,
                                TenantPauseRequest tenantPauseRequest)
        Update the current Tenant Pause or resume the current tenant.
        Parameters:
        id - ID of the tenant (required)
        tenantPauseRequest - Partial SystemTenant description (required)