Inventory Object: ClusterNode

FlexNet Manager Suite 2021 R1 (On-Premises)

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

The ImportedClusterNode table holds all of the cluster nodes 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.

ClusterNodeTypeID A numeric reference into a static table. Default: 1.

Foreign key to the ClusterNodeType table.

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

The identifier used in the source connection for the external computer which is a member of the cluster.

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.

FlexNet Manager Suite (On-Premises)

2021 R1