Skip to main content

TlspkClustersOverviewWidget

No description

type TlspkClustersOverviewWidget {
totalCount: Int
unhealthy: Int
categories: [TlspkClustersOverviewCategory]
}

Fields

TlspkClustersOverviewWidget.totalCount ● Int scalar

totalCount is the number of clusters with any status except DELETED

TlspkClustersOverviewWidget.unhealthy ● Int scalar

unhealthy is the number of clusters with status INACTIVE or WAITING_FOR_FIRST_CONTACT

TlspkClustersOverviewWidget.categories ● [TlspkClustersOverviewCategory] list object

categories is the list of clusters with status INACTIVE or WAITING_FOR_FIRST_CONTACT

Member Of

TlspkClustersSummary object