Cluster¶
Cluster information.
Fields¶
| Field | Type | Description |
|---|---|---|
| AnalysisExtras | xml | Holds additional analysis data |
| ClusterTypeID | bigint | Internal ID that references the ClusterType entity (Foreign Key) |
| Created | datetime2 | Date/Time the cluster object got created in the database |
| CreatedGUID | uniqueidentifier | GUID of the scan file that created the cluster object in the database |
| DatacenterID | bigint | Internal ID that references the Datacenter entity (Foreign Key) |
| Description | nvarchar | Cluster description |
| Guid | uniqueidentifier | |
| ID | bigint | Internal ID for the Cluster entity (Primary Key) |
| LastScan | datetime2 | Date/Time time the cluster got scanned last |
| LastScanGuid | uniqueidentifier | GUID of the last scan file that contained information about this cluster |
| MoRef | nvarchar | For VMware clusters, contains the managed object ID (relative to vCenter). |
| Name | nvarchar | Cluster name. |
| ServiceNowLastExport | datetime2 | Date/Time of last export to ServiceNow |
| ServiceNowLastImport | datetime2 | Date/Time of last import from ServiceNow |
| ServiceNowSysID | uniqueidentifier | Service Now: sys_id of replicated object |
| ServiceNowTargetClass | nvarchar | Service Now: class of replicated object |