Inventory Object: ClusterGroup

FlexNet Manager Suite 2022 R1 (On-Premises)

ClusterGroup objects are uploaded to the ImportedClusterGroup table in the operations (inventory) database. Multiple imports will merge updated data with existing records, and add new records as applicable.

The ImportedClusterGroup table holds all of the group objects defined on clusters which have been retrieved from the source connections.

Attributes are listed here in alphabetical order.

Property Attributes Notes
ClusterExternalID Unsigned integer (bigint). Mandatory. Database key.

The unique identifier for the imported cluster.

ClusterID A numeric reference into a static table. May be null.

The assigned identifier for this cluster group.

ClusterTypeID A numeric reference into a static table. Default: 3.

Foreign key to the ClusterType table.

ExternalID Unsigned integer (bigint). Mandatory. Database key.

The unique identifier for this imported cluster group.

Note: Strictly, this attribute may be null, because it forms part of a compound database key. However, null values may cause import errors (where this object does not get imported), and multiple records from the same connection having nulls may cause data loss through over-writing. It is therefore best practice to treat this field as mandatory.
Name Alpha-numeric text (maximum 256 characters).

The name of the cluster group.

FlexNet Manager Suite (On-Premises)

2022 R1