Skip to main content
⚠️
Legacy DocumentationThis is legacy documentation for an older NetBox version that may no longer receive updates. For current documentation, visit the latest NetBox documentation.
Community

Clusters

A cluster is a logical grouping of physical resources within which virtual machines run. Physical devices may be associated with clusters as hosts. This allows users to track on which host(s) a particular virtual machine may reside.

Fields

Name

A human-friendly name for the cluster. Must be unique within the assigned group and site.

Type

The cluster type assigned for this cluster.

Group

The cluster group to which this cluster belongs.

Status

The cluster's operational status.

tip

Additional statuses may be defined by setting Cluster.status under the FIELD_CHOICES configuration parameter.

Site

The site with which the cluster is associated.

Related Topics