ImportedCluster Table

FlexNet Manager Suite 2020 R1 (On-Premises)

The ImportedCluster table holds all of the clusters which have been retrieved from the source connections.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedCluster table

Database Column

Details

ExternalID

Type: big integer. Key. Nullable

The unique identifier for this imported cluster.

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

ClusterID

Type: integer. Nullable

The unique identifier for this imported cluster. Note that this maps to the ‘ExternalID’ column in the ‘ImportedCluster’ table, and not to the ‘ClusterID’ column.

ExternalName

Type: text (max 256 characters). Nullable

The identifier of the cluster in the external cluster management system.

Name

Type: text (max 256 characters)

The user-visible name of the cluster.

Namespace

Type: text (max 256 characters). Nullable

The name of the domain/datacenter containing the cluster.

ClusterTypeID

Type: integer

The type of cluster.

InventoryDate

Type: datetime. Nullable

The date the cluster last had inventory reported.

InventoryAgent

Type: text (max 64 characters). Nullable

The name of the person or tool that performed the last inventory.

DRS

Type: boolean. Nullable

Whether Distributed Resource Scheduler (DRS) is enabled

DPM

Type: boolean. Nullable

Whether Distributed Power Management (DPM) is enabled

FlexNet Manager Suite (On-Premises)

2020 R1