Wartość NodeHealthEvaluationNodeHealthEvaluation
Reprezentuje oceny kondycji dla węzła, zawierające informacje o danych i algorytm używany przez magazyn kondycji do oceny kondycji.Represents health evaluation for a node, containing information about the data and the algorithm used by health store to evaluate health. Ocena jest zwracana tylko wtedy, gdy zagregowany stan kondycji jest błąd lub ostrzeżenie.The evaluation is returned only when the aggregated health state is either Error or Warning.
WłaściwościProperties
NazwaName | TypType | WymaganyRequired |
---|---|---|
Kind |
ciągstring | TakYes |
AggregatedHealthState |
ciąg (wyliczenie)string (enum) | NieNo |
Description |
ciągstring | NieNo |
NodeName |
ciągstring | NieNo |
UnhealthyEvaluations |
tablica HealthEvaluationWrapperarray of HealthEvaluationWrapper | NieNo |
RodzajKind
Typ: ciąg znakówType: string
Wymagane: TakRequired: Yes
Właściwość dyskryminująca.A discriminator property. Jego wartość musi być "Węzeł" dla obiektów typu "NodeHealthEvaluation".Its value must be 'Node' for objects of type 'NodeHealthEvaluation'.
AggregatedHealthState
Typ: ciąg (wyliczenie)Type: string (enum)
Wymagane: NieRequired: No
Stan kondycji jednostki sieci szkieletowej usług, takich jak klaster, węzeł, aplikacja, usługa, partycja, replika itp.The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
Możliwe wartości:Possible values are:
Invalid
- Wskazuje nieprawidłowy stan kondycji.Invalid
- Indicates an invalid health state. Wszystkie wyliczenia sieci szkieletowej usług mają nieprawidłowy typ.All Service Fabric enumerations have the invalid type. Wartość wynosi zero.The value is zero.Ok
- Wskazuje, że stan zdrowia jest w porządku.Ok
- Indicates the health state is okay. Wartość wynosi 1.The value is 1.Warning
- Wskazuje stan zdrowia jest na poziomie ostrzegawczym.Warning
- Indicates the health state is at a warning level. Wartość wynosi 2.The value is 2.Error
- Wskazuje, że stan kondycji jest na poziomie błędu.Error
- Indicates the health state is at an error level. Należy zbadać stan kondycji błędów, ponieważ mogą one mieć wpływ na poprawne funkcje klastra.Error health state should be investigated, as they can impact the correct functionality of the cluster. Wartość wynosi 3.The value is 3.Unknown
- Wskazuje nieznany stan zdrowia.Unknown
- Indicates an unknown health status. Wartość to 65535.The value is 65535.
Description
Typ: ciąg znakówType: string
Wymagane: NieRequired: No
Opis oceny kondycji, która stanowi podsumowanie procesu oceny.Description of the health evaluation, which represents a summary of the evaluation process.
NodeName
Typ: ciąg znakówType: string
Wymagane: NieRequired: No
Nazwa węzła sieci szkieletowej usług.The name of a Service Fabric node.
UnhealthyEvaluations
Typ: tablica HealthEvaluationWrapperType: array of HealthEvaluationWrapper
Wymagane: NieRequired: No
Lista ocen w złej kondycji, które doprowadziły do bieżącego stanu kondycji zagregowane węzła.List of unhealthy evaluations that led to the current aggregated health state of the node. Typy ocen w złej kondycji może być EventHealthEvaluation.The types of the unhealthy evaluations can be EventHealthEvaluation.